Canwe have old Users page back?
don't know what happened but im no longer seeing the users page list with latest entries as first. and also applying sorting for created at by desc is so much weird like have to change some settings to all columns and all. can we have old way back? it was way easy to use and sort and filter

5 Replies
You would need to ask Supabase that at supabase/supabase issues.
Someone also posted this there... https://github.com/supabase/supabase/issues/39658
Stojan from the Supabase Auth team made a lengthy post on Twitter explaining why this change was made and why it probably won't be reverted and how you can get your desired result. https://x.com/stojaaan/status/1979523885449031726
Stojan 🦑 (@stojaaan)
@eugene_galaxy @supabase thank you for an excellent question! the answer is a bit long.
postgres is extremely powerful. you can write SQL to transform data any-which-way you want, and it'll find a way to produce results the fastest.
this power is very useful, yet can have some negative consequences you
X
Long story short, the change is for better performance gains.
Linking that into the issue...
@silentworks yep, makes sense