cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.04k stars 3.8k forks source link

roachtest: run r2dbc-postgresql test suite in nightlies #42341

Open rafiss opened 4 years ago

rafiss commented 4 years ago

R2BDC is a reactive database driver. It is pretty new, and does not appear to have much adoption, but it has a test suite that could be useful to run to check Postgres compatibility.

https://github.com/r2dbc/r2dbc-postgresql

Jira issue: CRDB-5366

ambition-consulting commented 4 years ago

Same would be interesting for https://github.com/hibernate/hibernate-rx PostgreSQL support.

RaduBerinde commented 2 years ago

This comment is relevant: https://github.com/cockroachdb/cockroach/issues/72581#issuecomment-964410866

If we ever document support R2DBC, we should include guidance on setting the preparedStatementCacheQueries to a reasonable value.