"Hey guys, I'm stuck with a massive MySQL database (think hundreds of millions of rows) and I'm trying to optimize queries, but indexing is giving me a headache. I've got a table with 5 fields, 3 of which are strings and the other 2 are integers. I've tried various indexing combinations, but nothing seems to improve query performance significantly."