Açıklaması şöyle
Did you know you can make PostgreSQL run almost fully in-memory?Postgres docs explicitly describe a non-durable setup where you can put the whole data directory on a RAM disk and disable:fsync: don’t force writes to durable storagesynchronous_commit: don’t make COMMIT wait for WAL to flushYou basically trade durability for speed.Pretty interesting that PostgreSQL can be pushed this far without switching to a separate in-memory database.It’s a game-changer for running in CI, it’s so much faster
Hiç yorum yok:
Yorum Gönder