Hey all,

Over at mozilla we are looking into using more temporary tables, and
likely want them all to be in memory as opposed to files.  I was
looking at http://sqlite.org/pragma.html#pragma_temp_store, and
noticed the table, which seems to imply that if TEMP_STORE is either
zero or not defined, temporary tables are always written to a file.
Is this correct, or is the documentation a bit misleading?

Cheers,

Shawn
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to