Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.0
-
Fix Version/s: 3.4.alpha
-
Component/s: None
-
Labels:None
Description
When we optimized the code for export and actions, we used tables in the DB. However we shared the same table with all the users. This will cause major issues if two users overlap in time with their actions (and this is highly probably since export takes a long time).
We should create tables with unique names and clean them up on a regular basis