Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Support map/set as a data type #34466

Open
1 of 10 tasks
xiaofan-luan opened this issue Jul 7, 2024 · 3 comments
Open
1 of 10 tasks

[Feature]: Support map/set as a data type #34466

xiaofan-luan opened this issue Jul 7, 2024 · 3 comments
Assignees
Labels
kind/feature Issues related to feature request from users

Comments

@xiaofan-luan
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

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

Milvus already support array and map in json, but there are no native map support.

for many use cases like recommendation and tag storage, kkv is an important data model.

operation supported

  • insertion, flush, compaction of map
  • storage format of set
  • bulk insertion
  • contain expression
  • cardinality (length)
  • containsAll/contains any expression
  • intersection operation(New operation)
  • backup support
  • go and python SDK support

Not need to included
update/remove map set (need partial update feature to be ready)
CDC support

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

@xiaofan-luan xiaofan-luan added the kind/feature Issues related to feature request from users label Jul 7, 2024
@xiaofan-luan xiaofan-luan self-assigned this Jul 7, 2024
@xiaofan-luan
Copy link
Contributor Author

any one interested in taking it?

@wayblink
Copy link
Collaborator

I 'd like take it if no others interested in it

@xiaofan-luan
Copy link
Contributor Author

/assign @wayblink

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Issues related to feature request from users
2 participants