disabling transactions - Mailing list pgsql-general

From Yves Dorfsman
Subject disabling transactions
Date
Msg-id e4P95.62852$ef6.792068@news1.rdc1.ab.home.com
Whole thread Raw
List pgsql-general
Hi,

Is there any way to disable transactions on some databases in postgreSQL ?

The reason I'm asking is because I need a very fast read only DB. So I'm
thinking of having the real DB fully functional, and once or twice a day
dump it into a non-transactional read-only one, for the read only side of
the world.

If I can't do it with postgres, I'm thinking of using mySQL for the read
only part, but I would much prefer to use postgres, since I'm using it on
the read/write side.


Thanks,


Yves.
----
Yves Dorfsman                                        dorfsmay@cuug.ab.ca
                                         http://www.cuug.ab.ca/~dorfsmay

pgsql-general by date:

Previous
From: "Sean"
Date:
Subject: Where are the databases kept?
Next
From: "nsrona"
Date:
Subject: importing into postgres from access