mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Instrumentation
This commit is contained in:
parent
91cef77edc
commit
f5ae8ef225
@ -80,8 +80,6 @@ std::future<IAsynchronousReader::Result> ThreadPoolReader::submit(Request reques
|
||||
#if defined(__linux__)
|
||||
/// Check if data is already in page cache with preadv2 syscall.
|
||||
|
||||
/// TODO ProfileEvents for page cache hits and misses.
|
||||
|
||||
/// We don't want to depend on new Linux kernel.
|
||||
static std::atomic<bool> has_pread_nowait_support{true};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user