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
@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
@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