indradb / postgres

An IndraDB datastore implementation backed by postgres
Mozilla Public License 2.0
21 stars 4 forks source link

Support for IndraDB >= 1.0 #1

Open ysimonson opened 3 years ago

ysimonson commented 3 years ago

This connector hasn't been kept up to date with changes in IndraDB, and there have been some breaking changes pre-1.0.

sambonbonne commented 1 year ago

Is is still planned? This repository doesn't have much updates but the PostgreSQL store is the only way to scale IndraDB clients horizontally for now

ysimonson commented 1 year ago

Nothing planned at the moment. In practice, Postgres proved to be multiple orders of magnitude slower, even with tricks like recursive CTEs. I’m not sure how Postgres would help with horizontal scalability either... contributions welcome though!