Title: SQL Speedrun: Writing the Fastest Queries Possible
Hey guys, I'm looking for some SQL wizards out there. I've been experimenting with query optimization and I'd love to see how you all tackle this problem: what's the fastest way to retrieve all unique user IDs from a table with 100k+ rows, where the IDs are stored as strings and there's an index on the column?
Hey guys, I'm looking for some SQL wizards out there. I've been experimenting with query optimization and I'd love to see how you all tackle this problem: what's the fastest way to retrieve all unique user IDs from a table with 100k+ rows, where the IDs are stored as strings and there's an index on the column?