citusdata / django-multitenant

Python/Django support for distributed multi-tenant databases like Postgres+Citus
MIT License
730 stars 118 forks source link

Disable fsync for our test docker compose cluster #105

Closed JelteF closed 2 years ago

JelteF commented 2 years ago

This significantly speeds up running of tests on my local machine. We don't need strict data durability in our docker compose cluster. If your machine crashes we can just rerun the tests or recreate the docker compose cluster if needed.