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
I thought the limit 100 would help here, but it turns out that for a column on a huge table (e.g. 20m rows) which has no dates in at all that glob has to scan through every value of the column every time, just to figure out that there are NOT 100 matches!
I thought the
limit 100
would help here, but it turns out that for a column on a huge table (e.g. 20m rows) which has no dates in at all thatglob
has to scan through every value of the column every time, just to figure out that there are NOT 100 matches!datasette/datasette/facets.py
Lines 480 to 487 in f28ff8e
The text was updated successfully, but these errors were encountered: