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
Per #582 (comment) - it would also be nice if whomever did this included a change that migrated the type of the metadata column to jsonb rather than blob so that the query for list didn't need to reproject this column to jsonb in its WHERE clause (causes a linear scan).
Found while working on #541. Relevant code is here (value is unchecked).
The text was updated successfully, but these errors were encountered: