Hacker News new | ask | show | jobs
by ppg677 1172 days ago
You can't really be 100% postgres compatible without borrowing a lot of implementation
1 comments

Query 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.