v.1.1.54362New Feature
Support for loading object_id in MongoDB dictionaries
Support for loadingobject_idas an attribute inMongoDBdictionaries (Pavel Litvinenko).
Why it matters
This feature enables users to directly utilize MongoDB'sobject_id fields within ClickHouse dictionaries, allowing for more accurate and efficient integration of MongoDB data by preserving native identifier types.How to use it
When defining a MongoDB dictionary in ClickHouse, specify theobject_id field as an attribute in the dictionary's structure to load and use these identifiers directly.