bench marking mysql
Posted by: Mieszko Kruger
Date: May 24, 2005 10:29AM

I was wondering what others were getting as far as performance with the C++ API libraries.
I'm getting about 21-26 ms per transaction with an insert statement and using the mysql_query() function. Is this more or less what everyone else is getting? It takes me 3.5 hours to load 500,000 transactions! That's slow.

My program is simple: I create a thread and run a for-loop that calls the mysql_query function several thousand times. Then subtracting system time before and after, and a simple division gives me seconds/transaction.

I'm hoping I just have some settings wrong, because this is going to be painful if it's this slow.

Options: ReplyQuote


Subject
Views
Written By
Posted
bench marking mysql
1030
May 24, 2005 10:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.