Support https://github.com/supabase/index_advisor
You guys are building the superior core product, but why not support all the nice auxiliary tools that the competition is building. I'd love to use this for some recommendations on indexes.
4 Replies
like-gold•10mo ago
thx! we can review this again, it doesn't appear to be actively developed. last actual commit being a year ago.
like-gold•10mo ago
if you'd like to use it you can actually run this SQL in Neon ( https://github.com/supabase/index_advisor/blob/main/index_advisor--0.2.0.sql )
GitHub
index_advisor/index_advisor--0.2.0.sql at main · supabase/index_adv...
PostgreSQL Index Advisor. Contribute to supabase/index_advisor development by creating an account on GitHub.
like-gold•10mo ago
I know that's not the same as having it supported by default but it will allow you to use it.
And we do plan to have support for improving indexes
don't forget to run
CREATE EXTENSION hypopg;
before you paste in the SQL code!conscious-sapphireOP•10mo ago
oh wow, thanks so much for the input, didn't check but it's really just a wrapper for hypopg