From: Michael Paquier <michael@paquier.xyz>
> Something that has not been mentioned on this thread is that if you could also
> put pg_wal/ on a RAM disk. That's similarly unsafe, of course, but it does not
> require any extra upstream patching, and that should be really fast for the case
> of this thread. If you care about consistency, there are solutions like PMEM
> that we could look more into.
As noted in this thread, the customer is worried about and wants to avoid handling the possible high volume storage of
WALduring the data loading. That's understandable. In that regard, DRAM and PMEM are worse because their capacity is
morelimited than SSD.
Regards
Takayuki Tsunakawa