Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
-
None
-
None
-
ghx-label-13
Description
Imported query profiles are currently being stored in IndexedDB.
Although IndexedDB does not have storage limitations like other browser storage APIs, there is a limit on the data that can be stored in one attribute/field.
This imposes a limitation on the size of query profiles. After some testing, I have found this limit to be around 220 MBs.
So, it would be helpful to use compression on JSON query profiles, allowing for much larger query profiles.