Remix.run Logo
catlifeonmars 9 hours ago

This is a neat idea. I want to take it further and precompile the entire DBMS binary for a specific schema.

menaerus 2 hours ago | parent | next [-]

Someone is already working on it: https://arxiv.org/pdf/2603.02081

WJW 7 hours ago | parent | prev [-]

How will you handle ALTER TABLE queries without downtime?

catlifeonmars 7 hours ago | parent [-]

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