|
|
|
|
|
by nicoburns
1985 days ago
|
|
If you don't use Docker, you can just leave the database server running in the background, which removes the startup latency (you can of course do this with Docker too, but Docker has a tendency to use quite a few resources when left running in the background, which a database server on it's own won't). |
|
I mean, that's what my old company did pre-Docker. It works, but it's tedious.