ClickHouse/src/Client
Kseniia Sumarokova cdb9a05229
Merge pull request #34605 from bigo-sg/add_metric_for_local
Add cpu/mem metric for clickhouse-local
2022-03-07 11:40:11 +01:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
ClientBase.cpp Merge pull request #34605 from bigo-sg/add_metric_for_local 2022-03-07 11:40:11 +01:00
ClientBase.h Merge pull request #34605 from bigo-sg/add_metric_for_local 2022-03-07 11:40:11 +01:00
ClientBaseHelpers.cpp Better code 2022-01-30 19:48:35 +08:00
ClientBaseHelpers.h Fix build w/o replxx 2022-01-20 10:02:02 +03:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
Connection.cpp Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03:00
Connection.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
ConnectionEstablisher.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
ConnectionEstablisher.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
ConnectionParameters.cpp Fix errors in build check 2022-02-08 02:03:39 +03:00
ConnectionParameters.h Add function which gets port from configuration 2022-02-08 02:03:37 +03:00
ConnectionPool.cpp Better implementation 2021-07-24 18:02:51 +08:00
ConnectionPool.h Better implementation 2021-07-24 18:02:51 +08:00
ConnectionPoolWithFailover.cpp Modify comments 2021-10-13 18:38:24 +08:00
ConnectionPoolWithFailover.h Add slowdown_count and show actual information in system.clusters 2021-03-06 02:45:17 +03:00
HedgedConnections.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
HedgedConnections.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
HedgedConnectionsFactory.cpp Cleanup ProfileEvents and CurrentMetrics 2021-11-10 21:15:27 +03:00
HedgedConnectionsFactory.h Small fixes and tests updates 2021-02-26 18:55:58 +03:00
IConnections.cpp Add timeout into "Read timeout while draining from" message 2021-12-14 10:18:57 +03:00
IConnections.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
InternalTextLogs.cpp Process incremental profile events on client 2021-11-08 16:38:31 +03:00
InternalTextLogs.h client: add ability to print raw profile events 2021-10-19 00:54:38 +03:00
IServerConnection.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
LocalConnection.cpp Merge pull request #34605 from bigo-sg/add_metric_for_local 2022-03-07 11:40:11 +01:00
LocalConnection.h fix mistake in check-style 2022-03-05 14:22:56 +08:00
MultiplexedConnections.cpp Done 2022-02-15 15:39:59 +00:00
MultiplexedConnections.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
PacketReceiver.h Fix 01822_async_read_from_socket_crash for hedged connection. 2021-07-16 13:42:22 +03:00
QueryFuzzer.cpp Fixes 2021-11-10 09:33:48 +00:00
QueryFuzzer.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into interactive-mode-for-clickhouse-local 2021-08-16 16:41:24 +03:00
Suggest.cpp finish dev 2022-02-15 20:11:13 +08:00
Suggest.h Add inplace merge for new completion words 2022-01-24 22:59:18 +03:00
TestHint.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into interactive-mode-for-clickhouse-local 2021-08-16 16:41:24 +03:00
TestHint.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into interactive-mode-for-clickhouse-local 2021-08-16 16:41:24 +03:00