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 indexes to MonetDB #528

Merged
merged 3 commits into from
Dec 28, 2024
Merged

Add indexes to MonetDB #528

merged 3 commits into from
Dec 28, 2024

Conversation

gartens
Copy link
Contributor

@gartens gartens commented Dec 20, 2024

According to the MonetDB documentation, CREATE INDEX statements are treated as advice only. Because of this it was previously it was an error to create an index on a MonetDB store. With this PR this is not longer an error and we execute an appropriate CREATE INDEX statement on the MonetDB store (although MonetDB may treat it as advisory and ignore it).

They are still advisory, but at least we advise MonetDB.
@vogti
Copy link
Member

vogti commented Dec 20, 2024

I have changed the index Name and Display Text to "ADVISORY ONLY" to make it clear to the user that the index is advisory only.

Can you please check why the index method names are not displayed in the UI? This makes it impossible to create an index from the UI.

Copy link
Member

@vogti vogti left a comment

Choose a reason for hiding this comment

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

Thx, @gartens, for this PR!

@vogti vogti merged commit 031355d into master Dec 28, 2024
32 checks passed
@vogti vogti deleted the monetdb-indexes branch December 28, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants