mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-22 17:16:34 +03:00
README extended
This commit is contained in:
parent
427088d87f
commit
e599b6b309
|
@ -275,7 +275,9 @@ A ``Buffer`` engine is available for BufferModels. (See below how to use BufferM
|
||||||
|
|
||||||
engine = engines.Buffer(Person) # you need to initialize engine with main Model. Other default parameters will be used
|
engine = engines.Buffer(Person) # you need to initialize engine with main Model. Other default parameters will be used
|
||||||
# or:
|
# or:
|
||||||
engine = engines.Buffer(Person, table, num_layers=16, min_time=10, max_time=100, min_rows=10000, max_rows=1000000, min_bytes=10000000, max_bytes=100000000):
|
engine = engines.Buffer(Person, table, num_layers=16, min_time=10,
|
||||||
|
max_time=100, min_rows=10000, max_rows=1000000,
|
||||||
|
min_bytes=10000000, max_bytes=100000000)
|
||||||
|
|
||||||
Buffer Models
|
Buffer Models
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user