Pg ?
, , .
: PostgreSQL .
... , .
update: , ramdisk , , , . , , . unlogged ( , ) fsync=off .
, ramdisk tmpfs, initdb - . unlogged, .
Please note that while tmpfsramdisk is, it allows less used pages to go into swapspace. If for some reason you must have all the data stored in RAM, you need to use the driver ramdiskand create a file system on ramdisk . My advice: do not do this. Just configure Pg for quick testing.
source
share