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
At the moment, query results are completely cached before being displayed to the user. This isn't necessary, especially for iteratively making adjustments to queries over large datasets. It could probably be cached per speaker. Pagination would have to be updated.
At the moment, query results are completely cached before being displayed to the user. This isn't necessary, especially for iteratively making adjustments to queries over large datasets. It could probably be cached per speaker. Pagination would have to be updated.
This will also help address #138.
The text was updated successfully, but these errors were encountered: