The ORDER BY for TimestampTime and Timestamp must be wrapped in parenthesis to make the best use of the table's primary key. This is based on changes from #1642
We need to modify the logs SQL generator to look for both columns and override the ORDER BY. We don't have any code to pair order by columns like this, so it will likely need to be a special case.
The
ORDER BYforTimestampTimeandTimestampmust be wrapped in parenthesis to make the best use of the table's primary key. This is based on changes from #1642We need to modify the logs SQL generator to look for both columns and override the ORDER BY. We don't have any code to pair order by columns like this, so it will likely need to be a special case.