PG_DATA: /dev/shm/pgdata/data
We could use memfs, and then speed up the container.
I've been running tests for years with these options, without any known side effects:
-c shared_buffers=128MB -c fsync=off -c synchronous_commit=off -c full_page_writes=off
By setting this:
We could use memfs, and then speed up the container.
Other options and ideas for the test speed-ups:
I've been running tests for years with these options, without any known side effects: