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?