0
votes
1answer
122 views
Speeding up SELECT MAX(timestamp_column) FROM T, when T is loaded via continuous TPump
How can I speed up a query that's currently doing a full table scan to get the maximum value of a timestamp column?
I have a large table with a timestamp column. There is a TPump …