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 Partition Key Isolation #34332

Open
1 task done
PwzXxm opened this issue Jul 2, 2024 · 2 comments
Open
1 task done

[Feature]: Support Partition Key Isolation #34332

PwzXxm opened this issue Jul 2, 2024 · 2 comments
Assignees
Labels
kind/feature Issues related to feature request from users

Comments

@PwzXxm
Copy link
Contributor

PwzXxm commented Jul 2, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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

Under the scenario of multi-tenant, sometimes it is meaningless to search across tenants, i.e., search for TopK nearest vectors while satisfying userID in [123, 456, 789]. It is sufficient to search with expression userID == 123 or userID==123 && location == 'Earth'.

Describe the solution you'd like.

We could build/load/search part of the indices to

  • reduce build time
  • reduce load time
  • reduce memory usage

Describe an alternate solution.

No response

Anything else? (Additional Context)

This feature is built upon on Materialized View.

@PwzXxm PwzXxm added the kind/feature Issues related to feature request from users label Jul 2, 2024
@PwzXxm
Copy link
Contributor Author

PwzXxm commented Jul 2, 2024

This is a ZillizCloud-only feature

@PwzXxm
Copy link
Contributor Author

PwzXxm commented Jul 2, 2024

/assign

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
Projects
None yet
Development

No branches or pull requests

2 participants