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
3.57k stars 496 forks source link

Support of PG types in ColumnShard #3344

Open vitstn opened 3 months ago

vitstn commented 2 months ago

Layout of Pg types in arrow:

Uint64 if PassByValue true Binary otherwise where first 8 bytes of each string are filled by 0, and trailing padding by 0 for alignment of 8 bytes

fomichev3000 commented 2 months ago

YQL-15332