SO
docker run -d -p 8123:8123 --name my-clickhouse-server --ulimit nofile=262144:262144 yandex/clickhouse-server
Size: a a a
SO
docker run -d -p 8123:8123 --name my-clickhouse-server --ulimit nofile=262144:262144 yandex/clickhouse-server
DC
DC
docker run -d -p 8123:8123 --name my-clickhouse-server --ulimit nofile=262144:262144 yandex/clickhouse-server
SO
class HistoricalOHLC(Model):
exchange = StringField()
coin_pair = StringField()
open = Float32Field()
high = Float32Field()
low = Float32Field()
close = Float32Field()
timestamp_date = DateTimeField()
engine = MergeTree(partition_key=(F.toYYYYMMDD(timestamp_date), 'coin_pair'),
order_by=("exchange", "coin_pair", "timestamp_date"))
@classmethod
def table_name(cls):
return 'historical_ohlc’
i
IP
E
IP
IP
SP
SP
<!-- Path to folder where users and roles created by SQL commands are stored. -->
<access_control_path>/var/lib/clickhouse/access/</access_control_path>
DC
DC
SP
E
ПП
IP
DC