I\'m trying to optimize a query where we find the most recent records in a large table using a simple SELECT MAX(Timestamp) ... GROUP BY Id and I\'ve narrowed d
SELECT MAX(Timestamp) ... GROUP BY Id