From 6d90eebfb99f8dc970b561cb82ef7f83d76c2a68 Mon Sep 17 00:00:00 2001 From: Amnon Heiman Date: Thu, 8 Oct 2015 14:55:02 +0300 Subject: [PATCH] column family: Add estimated histogram impl This patch adds the read and write latency estimated histogram support and add an estimatd histogram to the number of sstable that were used in a read. Signed-off-by: Amnon Heiman --- database.cc | 3 +++ database.hh | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/database.cc b/database.cc index dc956d6be7..f5976261dc 100644 --- a/database.cc +++ b/database.cc @@ -1337,6 +1337,9 @@ column_family::query(const query::read_command& cmd, const std::vector update_schema_version_and_announce(distributed& proxy);