You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
You system of creating indices for
INDICES
environment variable is both not enough flexible and over-complicated.The reasonable way to store metadata is to use a composite PostgreSQL index of both name and value. For queries use JOINs.
Then no need to create a separate DB table field for each index and every index could be used for filtering/sorting.
The text was updated successfully, but these errors were encountered: