On Wed, Jan 19, 2011 at 2:52 AM, Dustin Sallings <[email protected]> wrote:
> > Is it possible without violating any assumptions that would lead to > reliability problems to have a DB's WAL exist on a separate filesystem? > No. The WAL has to be in the same directory as the original database. Otherwise, the process that tries to recover from a crash or power failure won't know where to find the WAL file. > > -- > dustin sallings > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

