This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Optimize Database Contents #310
Labels
blocked-by-upstream
A bug or defect that requires upstream changes.
enhancement
icebox
Lower than low priority.
We pickle a lot of JSON objects and write their full contents into the database. This is less-than-ideal, since we can't use those columns for queries, and it wastes space. We should break these items apart into columns and store those columns directly in the database whenever possible.
The text was updated successfully, but these errors were encountered: