Expand description
String dictionary encoding for efficient string storage.
Dictionary encoding maps strings to integer IDs, storing each unique string only once in a dictionary. Repeated strings reference the dict by ID, reducing storage for low-cardinality string columns.
Structsยง
- String
Dictionary - A dictionary-encoded string column.