Email or username:

Password:

Forgot your password?
Top-level
Brian!

@Gargron you're... not wrong...

i'm basically trying to come up with what i need to type into my own search bar to make my app chug, so i can see the absolute maximum page render time

No comments
Eugen Rochko

@bclindner There's no limit to what you can do... Make a query that does a seqscan and then join it to another table which also requires a seqscan, and then join more and more, and then maybe re-order it too

Go Up