mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-07-25 15:29:50 +03:00
RAMEN-208 Support codec compression for clickhouse
typo fix
This commit is contained in:
parent
38bb4981b8
commit
7fcbad44b9
|
@ -186,7 +186,7 @@ class Stats(models.Model):
|
||||||
engine = MergeTree('timestamp_date', ('id', 'timestamp'))
|
engine = MergeTree('timestamp_date', ('id', 'timestamp'))
|
||||||
|
|
||||||
```
|
```
|
||||||
:exclamation:**_This feature is supported on clickhouse version 19.1.16 and above, codec arguments will be ignored by the ORM for clickhouse versions lower than 19.1.16_**
|
:exclamation:**_This feature is supported on ClickHouse version 19.1.16 and above, codec arguments will be ignored by the ORM for ClickHouse versions lower than 19.1.16_**
|
||||||
|
|
||||||
Creating custom field types
|
Creating custom field types
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user