ClickHouse/ClickHouse

MaterializedPostgreSQL engine type mapping for uint256

已关闭

#59,224 创建于 2024年1月25日

 (5 条评论) (3 个反应) (0 位负责人)C++ (8,400 个派生)batch import
experimental featurehelp wantedquestion

仓库指标

星标
 (47,419 个星标)
PR 合并指标
 (平均合并 2天 2小时) (30 天内合并 1,000 个 PR)

描述

Currently, Clickhouse has support to uint256 type. In PostgreSQL, this can achieved by creating a field with type numeric(78,0). However, when using MaterializedPostgreSQL engine, the automatic table creation fails as the maximum precision value for numeric is 76. Is it possible to change this? I understand Clickhouse can handle numbers that big.

贡献者指南