ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
4k stars 567 forks source link

Support UUID columns for CDC #2822

Closed SammyVimes closed 4 months ago

SammyVimes commented 8 months ago

The same as #2757

cdc: https://github.com/ydb-platform/ydb/blob/main/ydb/core/tx/datashard/change_record_cdc_serializer.cpp#L119

async replication: https://github.com/ydb-platform/ydb/blob/main/ydb/core/io_formats/cell_maker/cell_maker.cpp#L311

antonkovalenko commented 4 months ago

epic: #74

va-kuznecov commented 4 months ago

PR - https://github.com/ydb-platform/ydb/pull/3229