Re: Index Generation Failed error

2007-10-05 Thread Howard Chu
Suhel Momin wrote: On 10/4/07, *Howard Chu* < [EMAIL PROTECTED] > wrote: The solution of course is to use a larger buffer. I tried to make the value of BDB_IDL_LOGN to be 20 instead of 16. This changes the value of BDB_IDL_DB_MAX. It looks like this change has so

Re: Index Generation Failed error

2007-10-04 Thread Suhel Momin
On 10/4/07, Howard Chu <[EMAIL PROTECTED]> wrote: > > Pierangelo Masarati wrote: > > Suhel Momin wrote: > >> I have made changes to keep log in memory using DB_LOG_INMEMORY flag. > >> The log size is kept 10MB. > >> Now when I try to add 64K entries, 65526 entries get added but 65527th > > >> entr

Re: Index Generation Failed error

2007-10-03 Thread Howard Chu
Pierangelo Masarati wrote: Suhel Momin wrote: I have made changes to keep log in memory using DB_LOG_INMEMORY flag. The log size is kept 10MB. Now when I try to add 64K entries, 65526 entries get added but 65527th entry always fails. The error I get is "Index Generation Failed". I tried to de

Re: Index Generation Failed error

2007-10-03 Thread Pierangelo Masarati
Suhel Momin wrote: I have made changes to keep log in memory using DB_LOG_INMEMORY flag. The log size is kept 10MB. Now when I try to add 64K entries, 65526 entries get added but 65527th entry always fails. The error I get is "Index Generation Failed". I tried to debug the issue and found that

Re: Index Generation Failed error

2007-10-03 Thread Quanah Gibson-Mount
--On Wednesday, October 03, 2007 6:59 PM +0530 Suhel Momin <[EMAIL PROTECTED]> wrote: I have made changes to keep log in memory using DB_LOG_INMEMORY flag. The log size is kept 10MB. Now when I try to add 64K entries, 65526 entries get added but 65527th entry always fails. The error I get is "

Index Generation Failed error

2007-10-03 Thread Suhel Momin
I have made changes to keep log in memory using DB_LOG_INMEMORY flag. The log size is kept 10MB. Now when I try to add 64K entries, 65526 entries get added but 65527th entry always fails. The error I get is "Index Generation Failed". I tried to debug the issue and found that the cursor->c_del fun