Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use internal postgresdb datatypes and compatibility issue with cockroachdb. #605

Open
mahmoudKheyrati opened this issue Aug 4, 2023 · 1 comment
Assignees
Labels
area/database Issues related with database configurations feature request New feature or request

Comments

@mahmoudKheyrati
Copy link

I want to use cockroachdb instead of postgresdb as a writeDB to achieve NewSql advantages(high availability, high throughput, fault-tolerance and ... ) . cockroachDB has compatible with postgres drivers. according to my reviews I found out that transaction table schema (storage/postgres/migrations/initial.sql) uses xid8 and pg_snapshot witch are internal datatypes of postgres and cockroachdb doesn't support and compatible with these datatypes.
if I want to use alternative types what is your suggestions?

@tolgaOzen
Copy link
Member

Hi @mahmoudKheyrati, we are planning a development for CockroachDB; it's on our roadmap. We will update you soon 👍

@EgeAytin EgeAytin added feature request New feature or request area/database Issues related with database configurations labels Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/database Issues related with database configurations feature request New feature or request
Projects
Status: Future
Development

No branches or pull requests

3 participants