YugabyteDB Connector Request #65531
viru-janadri
started this conversation in
New Connector Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I'm reaching out to request a new connector for YugabyteDB.
YugabyteDB is a distributed SQL database that is based on PostgreSQL - it's essentially a fork/extension of PostgreSQL designed for distributed, cloud-native environments. However, there's an important difference in the implementation that affects connector compatibility.
While PostgreSQL uses the
ctid
keyword for certain internal operations, YugabyteDB usesybctid
instead. This difference is documented in the YugabyteDB GitHub repository: yugabyte/yugabyte-db#1284Given this key difference in syntax and the growing adoption of YugabyteDB in distributed database scenarios, would it be possible for the Airbyte team to develop a dedicated YugabyteDB connector? While YugabyteDB maintains PostgreSQL compatibility in most areas, the
ybctid
vsctid
difference could cause issues when using the standard PostgreSQL connector.Thanks for considering this request!
Beta Was this translation helpful? Give feedback.
All reactions