DataColumn, DataColumn, DateColumn
Each so often we put data in a table by date.
So, at first everything seems wonderful, but then I thought: what happens when there are a million or a billion rows in a table? Should I split tables by date? So query performance will never get worse? How do people deal with such things?
source
share