I have a GIN index. Is there a way to detect if a postgres GIN index is bloated or not? The regular select * from pgstatindex(‘indexname’); does not work because the GIN index is not btree index. Thank you |
I have a GIN index. Is there a way to detect if a postgres GIN index is bloated or not? The regular select * from pgstatindex(‘indexname’); does not work because the GIN index is not btree index. Thank you |