Bulk Deletion In Lancedb #1431
Unanswered
Raghulkannan14
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello, it is difficult to debug your issue without an exact error message. Could you provide that? The way you are deleting is the preferred way to delete rows. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
Sample Code:-
tbl.delete("id in (1,2,3)")
like this for 20000 ids after 1000ids it is throwing error like unable to do deletion for ids, and also it is occupying the storage, How to do bulk deletion without an error
Beta Was this translation helpful? Give feedback.
All reactions