How to achieve fastest database insertion
Hello Everyone,
I am working with large database, and i have to insert 12000 queries per second.
I have seen a MySql database ENGINE (tokudb) through which fast insertion can be achieved, and now i am using it.
But the problem is when i insert query in my database using QSqlQuery it takes approx(80 ms) which is the slowest insertion.
Anyone know how to achieve fastest insertion using Qt?
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
Bookmarks