memgraph/src/query
Matija Santl 1de34d8b92 Add proper storage stats for HA
Summary:
`SHOW STORAGE STATS` when executed in a Raft cluster should return
stats for each member of the cluster.

`StorageStats` starts a RPC server on each member of the cluster that answers
about its local storage stats.

The query can be invoked only on the current leader, the leader sends a request
to each peer and shows the results it gets. If some peers don't answer within 1
second, stats for those peers won't be shown.

The new output can be seen here: P27

Reviewers: ipaljak, mferencevic

Reviewed By: ipaljak

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1907
2019-03-07 15:00:40 +01:00
..
frontend Add regex matching to openCypher 2019-02-27 12:54:50 +01:00
interpret Add regex matching to openCypher 2019-02-27 12:54:50 +01:00
plan Edges iterator implementation 2019-02-26 09:44:22 +01:00
common.cpp Remove serialization from utils 2019-02-13 15:41:40 +01:00
common.hpp Refactor storage file structure 2018-11-06 18:17:31 +01:00
context.hpp Output profiling data within the summary in JSON format 2019-01-17 13:54:06 +01:00
distributed_interpreter.cpp Move creating indexed lookup to a rewrite pass 2019-02-06 14:46:19 +01:00
distributed_interpreter.hpp Include JSON serialized logical plan in summary for EXPLAIN 2019-01-25 17:01:17 +01:00
exceptions.hpp Fix IndexInMulticommandTxException error message 2019-01-17 13:58:40 +01:00
interpreter.cpp Add proper storage stats for HA 2019-03-07 15:00:40 +01:00
interpreter.hpp Include JSON serialized logical plan in summary for EXPLAIN 2019-01-25 17:01:17 +01:00
parameters.hpp Refactor storage file structure 2018-11-06 18:17:31 +01:00
path.hpp Support graph elements in remote pull rpc 2018-02-01 10:53:41 +01:00
repl.cpp Extract distributed interpretation out of Interpreter 2018-08-27 09:31:39 +02:00
repl.hpp Extract distributed interpretation out of Interpreter 2018-08-27 09:31:39 +02:00
serialization.capnp Remove serialization from utils 2019-02-13 15:41:40 +01:00
serialization.cpp Remove serialization from utils 2019-02-13 15:41:40 +01:00
serialization.hpp Remove serialization from utils 2019-02-13 15:41:40 +01:00
transaction_engine.hpp Add query profiling: Tree 2019-01-15 12:13:40 +01:00
typed_value.cpp Refactor PropertyValue 2018-10-12 11:10:29 +02:00
typed_value.hpp Refactor storage file structure 2018-11-06 18:17:31 +01:00