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

[Feature]: Replace Milvus scalar execution engine with velox #21141

Open xiaofan-luan opened 1 year ago

xiaofan-luan commented 1 year ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

  1. implement more datatypes, such as map, list, geo spatial
  2. implement more operators, sucha as aggeration https://github.com/milvus-io/milvus/issues/19152 wild card matching. https://github.com/milvus-io/milvus/issues/19913
  3. do scalar search faster -> fully utilized vectorization on columnar data.
  4. for the preparation of further of SQL support

Describe the solution you'd like.

We are investigating on the possibility to use https://github.com/facebookincubator/velox, which is execution engine opensourced by Meta.

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

xiaofan-luan commented 1 year ago

@zhagnlu pls update some progress on this feature