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
There should be a way to get count of documents in store without doing a full database read. SQL count(primarykey) should do this in O(1). This should also support query format.
For Eg. Right now, there is no way to do getCount(publishedExtensions) without doing a full scan of the table.
There should be a way to get count of documents in store without doing a full database read. SQL count(primarykey) should do this in O(1). This should also support query format.
For Eg. Right now, there is no way to do
getCount(publishedExtensions)
without doing a full scan of the table.The text was updated successfully, but these errors were encountered: