Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

issue with query in deta base with 20000 rows #441

Answered by aavshr
ristomitts asked this question in Help
Discussion options

You must be logged in to vote

hello @ristomitts this is expected behavior (although inconvenient sorry).

Base scans through upto 1 MB(without applying any queries) and then applies the query your provided. If the 1 MB scanned data does not have any items that match your query, it returns this reponse with no items and a last key scanned (meaning further items are to be scanned).

We realize this is not ideal. This is due to a technical limitation at the moment and we plan to mitigate this issue as soon as we can.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ristomitts
Comment options

@kikogassen
Comment options

Answer selected by ristomitts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants