tablespaces and ramdisks - Mailing list pgsql-performance

From Merlin Moncure
Subject tablespaces and ramdisks
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101AF2C@Herge.rcsinc.local
Whole thread Raw
Responses Re: tablespaces and ramdisks
List pgsql-performance
If you use tablespaces to put a high-update, non-critical table on a
ramdisk, will updates to that table will still cause the WAL files to
sync?

I'm looking for a way to turn off syncing completely for a table.
Temporary tables do this, but they can only be accessed from a single
backend.

Merlin

pgsql-performance by date:

Previous
From: Shridhar Daithankar
Date:
Subject: Re: The black art of postgresql.conf tweaking
Next
From: Tom Lane
Date:
Subject: Re: tablespaces and ramdisks