Richard Hipp wrote:

>     sqlite3 db ./foo -vfs unix-dotfile

Works like a charm!

> That uses an alternative VFS that uses dot-file locking instead of posix
> advisory locks.  The dot-file locks are someone slower and have less
> concurrency, so the use of "PRAGMA locking_mode=EXCLUSIVE" might also be a
> good idea in such a configuration.

My use-case requires no concurrency whatsoever.  I'll circle back if I
notice any perf changes.

Many thanks!

Eric

--
Eric A. Smith

fenderberg, n.:
    The large glacial deposits that form on the insides
    of car fenders during snowstorms.
        -- "Sniglets", Rich Hall & Friends
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to