iginal Message-
From: Ralf Junker [mailto:[EMAIL PROTECTED]
Sent: 09 September 2008 10:18
To: General Discussion of SQLite Database
Subject: Re: [sqlite] memsys3 vs memsys5
>> Is there any
>> reliable method to determine the minimum page-cache allocation size
>> ne
>> Is there any
>> reliable method to determine the minimum page-cache allocation size
>> needed for a given page_size?
>>
>
>sqlite3_status(SQLITE_STATUS_PAGECACHE_SIZE, ...)
Unfortunately, there is extra overhead involved which is not handled by the
page cache but is allocated by malloc() if I
On Sep 8, 2008, at 8:28 PM, Dave Toll wrote:
> Hello list
>
>
>
> I'm using SQLite 3.6.2 on an embedded C platform, and I recently
> switched from memsys3 to memsys5. SQLite memory usage
> (sqlite3_memory_used()) for a fully-cached database nearly doubled
> from
> 4.7MB to 8.9MB (using the same
Hello list
I'm using SQLite 3.6.2 on an embedded C platform, and I recently
switched from memsys3 to memsys5. SQLite memory usage
(sqlite3_memory_used()) for a fully-cached database nearly doubled from
4.7MB to 8.9MB (using the same DB file in each test). Is this
normal/expected?
I've also
4 matches
Mail list logo