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'm finding that adding and searching an objectbox database is really fast. However, the remove operation is really slow (1 second per object.) The database is on a local NVME SSD drive. It contains about 20,000 hashes and takes about 6GB.
My find_unique hash_box.query operation is fast - it's literally the call to hash_box.remove that takes the time.
I'm finding that adding and searching an objectbox database is really fast. However, the remove operation is really slow (1 second per object.) The database is on a local NVME SSD drive. It contains about 20,000 hashes and takes about 6GB.
My find_unique hash_box.query operation is fast - it's literally the call to hash_box.remove that takes the time.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: