Am 05.10.2005 um 13:17 schrieb Christian Smith:

On Tue, 4 Oct 2005, Martin Engelschalk wrote:


Hello Christian,

thank you, but synchronous is already off. What i aim to avoid is
writing the rollback - journal. In order to rollback, some additional
writing to disk is surely unaviodable.



You'll have to write your own pager layer, as there is currently no way to
disable the rollback journal.


Hmmh, other issues with not having a journal file aside - pager.c has the following code in sqlite3pager_open():

      int useJournal = (flags & PAGER_OMIT_JOURNAL)==0;

Looks like you might be able to switch off the rollback journal by passing the proper flags to sqlite3pager_open().
Does anybody have more details/insight about this?

</jum>

Reply via email to