Re: [sqlite] using SQLite with flash file systems

2007-03-25 Thread Rich Rattanni

On 3/25/07, John Fisher <[EMAIL PROTECTED]> wrote:

I note from the home page that "Transactions are atomic, consistent,
isolated, and durable (ACID) even after system crashes and power failures".
Is this still the case if the database is stored on a flash file system, say
JFFS2 with the linux kernel?


I am running SQLITE on a JFFS2 filesystem, and the above statement
seems to hold just fine.  Just make sure SYNCHRONOUS = FULL.

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



[sqlite] using SQLite with flash file systems

2007-03-25 Thread John Fisher
I note from the home page that "Transactions are atomic, consistent,
isolated, and durable (ACID) even after system crashes and power failures".
Is this still the case if the database is stored on a flash file system, say
JFFS2 with the linux kernel?


-
To unsubscribe, send email to [EMAIL PROTECTED]
-