-
Notifications
You must be signed in to change notification settings - Fork 36
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
GIN indexes not supported. #1
Comments
Hmm... I'll have to see about exempting them for now. There's another function in pgstattuple that works with gin indexes, but not sure how to interpret its stats as it relates to bloat. |
Just curious... for the index you believe is bloated, can you run |
I don't particularly think it's bloated (yet), but this database has the potential for bloat, so I was interested in your new query. |
Ok. I'll see if I can figure anything out. For now just working on a patch to leave GIN indexes out. Thankfully GIST seem to work. |
Happy to help in any way possible. |
If you come across any queries that are useful for determining GIN bloat, please share. :) |
Released version 2.0.1 that filters out GIN indexes from scanning so it doesn't error out anymore. Thanks for reporting the issue! Hopefully find something that works eventually. |
Got a workaround for this?
Unfortunately, I would expect most of the bloat in this db to be in the GIN indexes themselves.
The text was updated successfully, but these errors were encountered: