Energy-Visualizer / Energy-Visualizer/mexer
Should compress() make a different temporary table for each DB table?
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- Avg merge
- 3h 47m
- Merged PRs (30d)
- 1
Description
`compress()` uses the same temporary table for every DB table. That could lead to slowdowns if two different tables are trying to write at the same time.
I wonder if `compress()` should use a different temporary table for each DB table?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.