milvus-io / milvus

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

[Enhancement]: Add a utility to convert channel name string comparison to int one #32748

Open congqixia opened 3 weeks ago

congqixia commented 3 weeks ago

Is there an existing issue for this?

What would you like to be added?

Add a utility to convert channel name string comparison to int one

Why is this needed?

InsertChannel comparison is common case in Milvus system. Since the string comparison is heavy, it's better to convert them into int operations

Anything else?

No response