Urgent. Why insertion performance is so poor when insert 100k records?
804968Oct 12 2010 — edited Oct 12 2010Hello All, 
I am working on an experiment involving insertion 1 million records to BDB. But when I insert 100k records, the insertion becomes very slow, almost 1 sec per record. 
Is there some way to improve the insertion performance?
In my case, I created primary database and secondary database. All the data inserted to primary database are sorted according the key already.