milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
29.42k stars 2.82k forks source link

[Enhancement]: remove timestamp_filter when segment retrieve #35226

Closed zhagnlu closed 5 days ago

zhagnlu commented 1 month ago

Is there an existing issue for this?

What would you like to be added?

when segcore retrieve, at the end timestamp_filter using bitset from expr, but actually it is not necessary, because mvcc have done this function ,so remove it to speed up

Why is this needed?

No response

Anything else?

No response

stale[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.