ottdeveloper
Programmer
I need to insert data into a table in real time. The table is simple... int, char, char, double, int.
First I assume that insertion will be much faster if the table is not indexed although indexing would be nice.
Each day the table is cleared out but towards the end of the day the table could have 10-15 Million rows in it.
Given a pretty good piece of hardware what can I expect on insertion of rows per second.
I'm running tests but I would like any tips on this.
Would it be worth it to break up the table into 25 smaller tables?
First I assume that insertion will be much faster if the table is not indexed although indexing would be nice.
Each day the table is cleared out but towards the end of the day the table could have 10-15 Million rows in it.
Given a pretty good piece of hardware what can I expect on insertion of rows per second.
I'm running tests but I would like any tips on this.
Would it be worth it to break up the table into 25 smaller tables?