Is it possible to define a table such that the server maintains the table sorted with each new row?
I’m dealing with observations on market data, and while market data for a specific stock symbol will be sorted, I will be adding multiple symbols to the same table in chunks, so that each symbol is contained within its own load file, and
is sorted within that file.
How can I enforce this constraint?
-
Luis