Skip to content

Sparse serialization should be supported for Nullable #64083

@alexey-milovidov

Description

@alexey-milovidov

Describe the situation

CREATE TEMPORARY TABLE test (x Nullable(UInt64), PRIMARY KEY ()) ENGINE = MergeTree SETTINGS ratio_of_defaults_for_sparse_serialization = 0;
INSERT INTO test SELECT number % 2 ? number * 123456789 : NULL FROM numbers(10);

SELECT DISTINCT dumpColumnStructure(*) FROM test;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions