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

Add multitenancy support to Astra #223

Open
bryanlb opened this issue Feb 4, 2022 · 1 comment
Open

Add multitenancy support to Astra #223

bryanlb opened this issue Feb 4, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@bryanlb
Copy link
Contributor

bryanlb commented Feb 4, 2022

We need to introduce the ability to support multitenancy through index names. The way this is roughly expected to happen is certain indexers in a cluster will be responsible for dedicated indexes, which will be determined by the preprocessor. When an indexer creates a snapshot, it will mark which indexes are contained within that snapshot. As a query is received snapshots will be filtered to only return those matching a snapshot.

If multiple indexes, wildcard, or glob-based index names are received the query layer will resolve these to exact index matches when forwarding to index/cache layer.

pre-processor > indexer(s)

         index-foo (indexers 1-10)
         index-bar (indexer 11)
         index-baz (indexer 11)

grafana > query > cache/indexer

         Query will look at inbound requested index(s), then filter to 
           snapshots that are known to have that data. Cache/indexer
           will also then filter to the exact requested indexes.
@mansu mansu changed the title Add multitenancy support to query layer Add multitenancy support to Kaldb Feb 4, 2022
@bryanlb bryanlb added the enhancement New feature or request label Feb 10, 2022
@bryanlb bryanlb changed the title Add multitenancy support to Kaldb Add multitenancy support to Astra Mar 11, 2024
Copy link

github-actions bot commented Sep 8, 2024

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Sep 8, 2024
@bryanlb bryanlb removed the Stale label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant