6K rows in 10 minutes means 10 rows per second. If you can't write 10 rows per second, i think your performance problem is somewhere else than in the writes themselves
6K rows in 10 minutes means 10 rows per second. If you can't write 10 rows per second, i think your performance problem is somewhere else than in the writes themselves
If you have to write 6K rows every 10 minutes and 'other stuff' keeps you occupied for 9 minutes and 50 seconds, you don't have much time to write your 6K lines.
Ill try what you told me and see which are the results.
The whole program is in real time... thats why time is critical my part of the program can't spend more than 1-2 seconds as lots of other things has to be done at same time.