"Hey guys, just spent the past 3 hours debugging this query and I'm still getting nowhere. I've got a massive dataset and it's taking ages to run, but I'm still getting inconsistent results. Anyone know where I can start optimizing this beast? Here's the query: `SELECT * FROM transactions WHERE date >= '2022-01-01' AND transaction_type IN ('deposit', 'withdrawal') ORDER BY date ASC;`"