memgraph/tests/integration/run_time_settings
Gareth Andrew Lloyd 3cc2bc2791
Refactor interpreter to support multiple distributed clocks (Part 1) (#1281)
* Interpreter transaction ID decoupled from storage transaction ID
* Transactional scope for indices, statistics and constraints
* Storage::Accessor now has 2 modes (unique and shared)
* Introduced ResourceLock to fix pthread mutex problems
* Split InfoQuery in two: non-transactional SystemInfoQuery and transactional DatabaseInfoQuery
* Replicable and durable statistics
* Bumped WAL/Snapshot versions
* Initial implementation of the Lamport clock

---------

Co-authored-by: Andreja Tonev <andreja.tonev@memgraph.io>
2023-10-05 16:58:39 +02:00
..
CMakeLists.txt Add more runtime configurable settings (#1183) 2023-09-11 11:30:54 -04:00
executor.cpp Add more runtime configurable settings (#1183) 2023-09-11 11:30:54 -04:00
flag_tester.cpp Refactor interpreter to support multiple distributed clocks (Part 1) (#1281) 2023-10-05 16:58:39 +02:00
runner.py Add more runtime configurable settings (#1183) 2023-09-11 11:30:54 -04:00
tester.cpp Add more runtime configurable settings (#1183) 2023-09-11 11:30:54 -04:00