You meantion avoid using sqlite3_get_table. I've been using sqlite 2.8.15 and have postponed upgrading just because "it's been working". Are there better memory handling and speed improvements for embedded devices in sqlite 3, or are most of the improvements for machines with lots of ram and large processors?

From: Christian Smith <[EMAIL PROTECTED]>
Subject: Re: [sqlite] SQLite on limited Memory
Date: Tue, 25 Apr 2006 15:06:34 +0100 (BST)

Otherwise, avoid loading the full result set into memory as you process
it. Ie. Avoid sqlite3_get_table().

Christian


Reply via email to