Hi,

Yes, I did analyze the issue and I was able to solve the issue by changing the way my threads were working and at the same time adding MVCC to true.

regards
Navjot Singh

----- Original Message ----- From: "Thomas Mueller" <[email protected]>
To: <[email protected]>
Sent: Saturday, September 10, 2011 9:30 AM
Subject: Re: Inserts from concurrent threads are slower than Single Thread


Hi,

It could be anything really, for example maybe there is little memory
available so things get slow. Or the database file is very large, and
you have many indexes.

Usually enabling multi-threading support doesn't increase the throughput.

I suggest to analyze the problem yourself, see
http://h2database.com/html/performance.html#database_performance_tuning
and below.

Regards,
Thomas

--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.



--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to