Is it possible to store a bitset in metadata and retrieve it? #42507
Replies: 4 comments 10 replies
-
I think the goal is to bypass the external filtering result with a bloom filter? Something like a large IN operation but you can not pass a very long list(like more than 1M IDs) that's why you are looking for a work around? Can you tell more details about the use case? |
Beta Was this translation helpful? Give feedback.
-
@xiaofan-luan Yes, I want to implement a branch like git in a situation where there are more than 1M documents. |
Beta Was this translation helpful? Give feedback.
-
guess you are looking for snapshot feature? |
Beta Was this translation helpful? Give feedback.
-
Out of curiosity... is there any way to implement this within the current available means? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The docs describe bitset/bitmap.
But I don't know how to use it.
Is there a way to add a bitset like binary_vector to the metadata field and then search it with AND operation?
I want to implement a bloom filter by adding a bitset to metadata.
Beta Was this translation helpful? Give feedback.
All reactions