memgraph/src
Matej Ferencevic 9e04183be7 Implement query execution timeout
Summary:
The query execution now has a timeout for each Cypher query it executes. The
timeout is implemented using TSC and will work only when TSC is available (same
as PROFILE). TSC is used to mitigate the performance impact of reading the
current time constantly.

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2562
2019-11-25 17:45:40 +01:00
..
audit Add utils::InputFile wrapper 2019-09-12 16:30:11 +02:00
auth Remove Kafka integration implementation and tests 2019-11-04 09:56:07 +01:00
communication Migrate tests to storage v2 part 1 2019-11-21 19:00:32 +01:00
data_structures Make move operations noexcept 2019-05-21 10:46:25 +02:00
database Make the Cypher dumper a function 2019-11-12 16:01:29 +01:00
durability Use storage/v2/view in glue/communication 2019-09-05 10:04:44 +02:00
glue Remove Kafka integration implementation and tests 2019-11-04 09:56:07 +01:00
io Remove Cap'n Proto 2019-05-08 10:51:10 +02:00
lisp cmake: Allow absolute paths in define_add_lcp 2019-07-25 16:45:24 +02:00
query Implement query execution timeout 2019-11-25 17:45:40 +01:00
raft Remove Raft's dependency on transaction id 2019-09-10 18:02:05 +02:00
requests Implement kafka transform functionality 2018-07-19 12:52:25 +02:00
slk Migrate RPC to SLK 2019-05-06 14:27:57 +02:00
stats Add SSL support to HA RPC 2019-05-20 12:53:52 +02:00
storage Fix label+property index iteration in v2 2019-11-18 14:54:45 +01:00
telemetry Resolve unused variables 2019-08-27 16:10:00 +02:00
transactions Remove Raft's dependency on transaction id 2019-09-10 18:02:05 +02:00
utils Implement query execution timeout 2019-11-25 17:45:40 +01:00
CMakeLists.txt Add registering multiple procedures in query modules 2019-11-21 10:13:09 +01:00
config.hpp Migrate to C++17 2019-04-23 14:46:44 +02:00
memgraph_ha.cpp Merge Interpreter and TransactionEngine 2019-10-25 16:11:10 +02:00
memgraph_init.cpp Add NONEXISTENT_OBJECT error to storage v2 2019-11-15 10:01:22 +01:00
memgraph_init.hpp Remove Kafka integration implementation and tests 2019-11-04 09:56:07 +01:00
memgraph.cpp Implement query execution timeout 2019-11-25 17:45:40 +01:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00