ClickHouse/dbms
Ivan bef233f450
Add simple memory profiler (#8765)
* Add new trace type to system.trace_log table

* [WIP]

* Add settings for soft limit raising.

* Remove unused diff

* Remove unused diff

* Some renames

* Fix client hanging on quit

* Remove obsolete pointer for trace collector in context.

* Use memory tracker on query level.

* Fix TSan tests

* Try to simplify TraceCollector initialization.

It allows to workaround first call inside signal handler

* Initialize TraceCollector before setting signal handlers

* Attempt to fix

* Fix Int64 → UInt64 for |size|

* Explicitly reset global TraceCollector instance.
2020-02-12 15:37:40 +03:00
..
benchmark Update testing script 2020-01-28 22:17:30 +03:00
cmake Auto version update to [20.2.1.1] [54432] 2020-01-13 22:21:08 +03:00
programs Update config.xml 2020-02-11 13:33:38 +03:00
src Add simple memory profiler (#8765) 2020-02-12 15:37:40 +03:00
tests Merge pull request #8969 from filimonov/kafka_producer_with_key_and_timestamp 2020-02-11 22:03:37 +03:00
CMakeLists.txt Revert "Build fixes" 2020-02-02 23:21:49 +03:00