Hacker News new | ask | show | jobs
by WJW 112 days ago
How will you handle ALTER TABLE queries without downtime?
1 comments

That would definitely present a bit of a challenge, but:

- not all databases need migrations (or migrations without downtime)

- alternatively, ship the migrations as part of the binary

Adhoc modifications would still be more difficult but tbh that’s not necessarily a bug