[sqlite] SQLITE_CONFIG_SERIALIZED

2008-09-30 Thread Rick Keiner
l the lock out just occur in SQLite? FYI, this is using the apr_dbd driver for SQLite3. Thanks, Rick Keiner ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] :memory: DB releasing storage

2006-06-29 Thread Rick Keiner
Great, that handled the memory leak but the auto-vacuum is still not working. Storage remains the same and is never released back to the system. When would this would it make it in a release? Thanks. Regards, Rick Keiner On 6/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "

Re: [sqlite] :memory: DB releasing storage

2006-06-29 Thread Rick Keiner
oblem. Regards, Rick Keiner On 6/21/06, Rick Keiner <[EMAIL PROTECTED]> wrote: Any thoughts on this problem? I've been running with this patch and it seems to deal with the memory leak but no auto-vacuum. :(. Thanks, Rick KeinerOn 6/9/06, Rick Keiner < [EMAIL PROTECTED]> wrote: T

Re: [sqlite] Memory vs File: speed improvement factor ?

2006-06-26 Thread Rick Keiner
mprovement. Totally unscientific observation. Rick Keiner On 6/26/06, Joe Wilson <[EMAIL PROTECTED]> wrote: --- "Meier, Roger" <[EMAIL PROTECTED]> wrote: > Hi, > > What factor of speed improvement could I expect with a memory database? > > The database is loc

Re: [sqlite] :memory: DB releasing storage

2006-06-21 Thread Rick Keiner
Any thoughts on this problem? I've been running with this patch and it seems to deal with the memory leak but no auto-vacuum. :(. Thanks, Rick Keiner On 6/9/06, Rick Keiner <[EMAIL PROTECTED]> wrote: There seems to be a bug in the memoryTruncate function in the pager. When it itera

Re: [sqlite] :memory: DB releasing storage

2006-06-09 Thread Rick Keiner
return storage to the system, though. Is a page number of 0 valid? hth, Rick Keiner On 6/7/06, Rick Keiner <[EMAIL PROTECTED]> wrote: Understood. It seems the pager code is more relevant. However, I am using the pragma. It works fine for a disk database. When the deletes are per

Re: [sqlite] :memory: DB releasing storage

2006-06-07 Thread Rick Keiner
- 9K 67.9M Insert 4000 - 1.9M 67.9M Flush - 9K Is there a minimum amount of storage that it will use until it starts to release storage? Thanks, Rick Keiner On 6/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Rick Keiner" <[EMAIL PROTECTED]> wrote: > Yes, appar

Re: [sqlite] :memory: DB releasing storage

2006-06-07 Thread Rick Keiner
database. Do nothing. Return directly to avoid causing ** an error trying to DETACH the vacuum_db (which never got attached) ** in the exit-handler. */ return SQLITE_OK; } Thanks, Rick Keiner On 6/7/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: "Rick Keiner" <

[sqlite] :memory: DB releasing storage

2006-06-07 Thread Rick Keiner
Hello, Is there anything similar with a ":memory:" DB to auto-vacuum with a disk DB. I would like to release storage that is no longer being used by SQLite. Is this possible? Thanks, Rick Keiner

[sqlite] Thread safe in 3.2.5

2005-09-16 Thread Rick Keiner
Any help would be appreciated. Thanks, Rick Keiner

[sqlite] Valgrind errors

2005-05-05 Thread Rick Keiner
at 0x1B90470E: memcpy (mac_replace_strmem.c:292) ==3614==by 0x1BB24AD0: sqlite3StrNDup (util.c:323) ==3614==by 0x1BB2C40C: sqlite3VdbeChangeP3 (vdbeaux.c:308) ==3614==by 0x1BB2C171: sqlite3VdbeOp3 (vdbeaux.c:117) Thanks, Rick Keiner

[sqlite] SQLite and Apache runtime

2005-02-09 Thread Rick Keiner
Has there been any development with the Apache runtime? What type of effort would be involved to modify SQLite for the APR?

[sqlite] SQLite and the Apache runtime

2005-02-09 Thread Rick Keiner
Has there been any development with the Apache runtime? What type of effort would be involved to modify SQLite for the APR?