Hacker News new | ask | show | jobs
by cultofmetatron 1849 days ago
yea, some sort of vitessdb equivalent to postgresql would be amazing!
1 comments

there used to be citus but now it's part of microsoft Azure
True, it is developed by Microsoft and available as a service on Azure. It is also open source, actively maintained and improved, and it's a PG13-compatible Postgres extension that adds both distributed database capabilities and columnar storage. :)

https://github.com/citusdata/citus

(Citus engineer)

> PG13-compatible

So not (IBM-System-)R-compatible, then?