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
A few of the database tables are currently using JSONB columns, which incur the overhead of parsing
and indexing the JSON contents. These can be replaced with BYTEA since we do not require this
indexing.