8 ms·
You can't really be 100% postgres compatible without borrowing a lot of implementation
by ppg677 3y ago
You can't really be 100% postgres compatible without borrowing a lot of implementation
- aeyes 3y agoQuery and storage layer are nicely separated in the Postgres codebase, you can absolutely rip out the complete backend if you really want it. There is a Postgres interface to Spanner which probably did that.