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

feat: DH-18364: Add Property to Disable Core DataIndex #6538

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

cpwright
Copy link
Contributor

@cpwright cpwright commented Jan 8, 2025

No description provided.

* If set to true, then permit where filters to use a data index, when applicable. If false, data indexes are not
* used even if present.
*/
public static boolean USE_DATA_INDEX_FOR_WHERE =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intentionally not final?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Configuration properties are less than pleasant in Core+ until San Luis; so you can make your script set this if you need it as an alternative to configuring a JVM profile to set a system property from the controller or update a property file across all nodes in the cluster.

@cpwright cpwright merged commit ed87a6c into deephaven:main Jan 8, 2025
17 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants