Hi,
I am using db-4.3.28 on AIX-5.1.
Flags used are------
DB Flags = DB_CREATE| DB_AUTO_COMMIT|DB_THREAD;
Environment Open Flags = DB_RECOVER |DB_CREATE | DB_INIT_LOCK |
DB_INIT_LOG
Quote:
DB_INIT_MPOOL | DB_INIT_TXN|DB_THREAD| |
Environment set_flags = DB_TXN_WRITE_NOSYNC|DB_LOG_AUTOREMOVE
When i add around 10000 items of size 256bytes to my application and
restart my application. it takes more time in ENV and DB open.
P.S. I am using only one DB handle for a given environment.
Please help me out in solving this problem.
Thnks and Regsrds,
Gurpreet