memgraph/src
gvolfing 50c485fe40 Add storage side capabilites to retrieve metadata
In order to get the required metadata in constant time we need to keep
track of the node labels and edge types that were ever present in the
database. This is done by the two axuiliary datastructures that are
present in the storage instances. The ability to get this metadata is
propagated to the DBAccessor class, which the query modules can interact
with.
2023-11-06 12:37:48 +01:00
..
audit Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
auth Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00
communication Fix CPU 100% usage by websocket error handling improvement (#1327) 2023-10-16 15:41:12 +02:00
csv Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00
data_structures Refactor memgraph.cpp (#1164) 2023-08-18 18:23:15 +02:00
dbms Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00
distributed Refactor interpreter to support multiple distributed clocks (Part 1) (#1281) 2023-10-05 16:58:39 +02:00
flags Add cartesian and hash join operators (#1193) 2023-10-24 21:54:42 +02:00
glue Add retry logic possible when conflicting transactions (#1361) 2023-10-24 19:43:23 +02:00
http_handlers Rename memory usage and memory allocated (#1426) 2023-11-03 14:40:45 +01:00
integrations Fix Kafka flaky unit test (#1409) 2023-11-05 20:51:56 +01:00
io Speedup socket unit test (#1444) 2023-11-01 17:24:24 +00:00
kvstore Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00
license Rename memory usage and memory allocated (#1426) 2023-11-03 14:40:45 +01:00
lisp Address review comments 2022-03-14 15:47:41 +01:00
memory Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00
py Add memgraph namespace 2022-03-14 15:47:41 +01:00
query Add storage side capabilites to retrieve metadata 2023-11-06 12:37:48 +01:00
replication Decouple pure replication state from storage [part 1] (#1325) 2023-10-10 11:44:19 +01:00
requests Fix libkrb5 TRUE and FALSE macros leakage (#1243) 2023-09-11 12:46:40 -04:00
rpc Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00
slk Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00
storage Add storage side capabilites to retrieve metadata 2023-11-06 12:37:48 +01:00
telemetry Rename memory usage and memory allocated (#1426) 2023-11-03 14:40:45 +01:00
utils Rename memory usage and memory allocated (#1426) 2023-11-03 14:40:45 +01:00
CMakeLists.txt Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00
helpers.hpp Refactor memgraph.cpp (#1164) 2023-08-18 18:23:15 +02:00
memgraph.cpp Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00
mg_import_csv.cpp Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00
version.hpp.in Refactor memgraph.cpp (#1164) 2023-08-18 18:23:15 +02:00