Hello,
Is it possible for ALL database files to reside on readonly filesystem
(provided all requests made into database are selects)?
I guess psql will have to create temporary tables for sorting and joining,
will it automatically detect that all tables reside on readonly device and
will place temporary files in some other directory like $TEMP ?
Thanks in advance for your answers!!
--
Best regards,
-Vlad