-
Notifications
You must be signed in to change notification settings - Fork 870
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
SQL Query That Returns The Names of the Clusters for a Class #6152
Comments
+1
|
@rdelangh what do you mean with both your points? Could you please explain them better? |
@lvca So, what I hope to figure out in the coming days is a way that resembles very much traditional databases' partitioning mechanisms, where
|
Got it. |
In order to do this, we need cluster level indexes too. |
Luca,
-> do you mean that this mechanism is not sufficient to support cluster-based INSERT, cluster-based EXPORT, and DROP of clusters ? |
For cluster IDs in a class you can use
For clusters in the server you can use
Then you can mix them to get info about clusters in a single class:
(tested in v 3.0) Thanks Luigi |
hi @luigidellaquila |
in v2.x, there is no such thing as "metadata:storage", to query the cluster-ids from, or is there another place to look for cluster details? |
Hi @rdelangh In v 2.x there is no way to retrieve the clusters from SQL. You have to do it via API. eg. in Java:
Thanks Luigi |
We need a SQL query that can return the names of the clusters that are associated with a class.
The text was updated successfully, but these errors were encountered: