mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
f2dca656f9
* IMergeDataPart full S3 support. * MergeTreeData full S3 support. * Compilation fixes. * Mutations and merges S3 support. * Fixed removing data part. * MergeTree for S3 integration tests and fixes. * Code style issues. * Enable AWS logging. * Fixed hardlink creation for DiskLocal. * Fixed localBackup.cpp compilation. * Fixed attaching partition. * Get rid of extra methods in IDisk. * Fixed storage config reloading. * More tests with table manipulations. * Remove unused error codes. * Move localBackup to MergeTree folder. * Minor fixes.
21 lines
596 B
XML
21 lines
596 B
XML
<?xml version="1.0"?>
|
|
<yandex>
|
|
<tcp_port>9000</tcp_port>
|
|
<listen_host>127.0.0.1</listen_host>
|
|
|
|
<openSSL>
|
|
<client>
|
|
<cacheSessions>true</cacheSessions>
|
|
<verificationMode>none</verificationMode>
|
|
<invalidCertificateHandler>
|
|
<name>AcceptCertificateHandler</name>
|
|
</invalidCertificateHandler>
|
|
</client>
|
|
</openSSL>
|
|
|
|
<max_concurrent_queries>500</max_concurrent_queries>
|
|
<mark_cache_size>5368709120</mark_cache_size>
|
|
<path>./clickhouse/</path>
|
|
<users_config>users.xml</users_config>
|
|
</yandex>
|