|
|
|
|
|
by blackenedgem
596 days ago
|
|
No but it does have the concept of tablespaces. If you want you can map RAM to a disk location, set that up as a tablespace, then tell postgres to use that tablespace for your given table. Also set the table as UNLOGGED while you're at it. A bit more work yes that could be simplified, but fully supported if you control the stack. |
|
Highly recommended for running tests, especially in CI/CD pipelines. Doing this simple change can speed up DB-heavy tests 30-50%.