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

graph, store: Do not create GIN indexes on array attributes #4933

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

lutter
Copy link
Collaborator

@lutter lutter commented Oct 24, 2023

Experience has shown that these indexes are very expensive to update and can have a very bad impact on the write performance of the database, but are hardly ever used or needed by queries.

Copy link
Collaborator

@leoyvens leoyvens left a comment

Choose a reason for hiding this comment

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

So long GIN indexes! We should probably try dropping existing ones on hosted based on this insight.

@lutter lutter merged commit b0d7ca8 into master Oct 24, 2023
@lutter lutter deleted the lutter/nogin branch October 24, 2023 22:59
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