memgraph/tests/unit
Gareth Andrew Lloyd 2e51e703c3
Add supernode vertex cache (#1124)
Add supernode vertex cache to account for long delta chains and modifications in the same module being independent of scanning of the nodes in the next iteration of the pulling mechanism.
2023-08-11 10:18:28 +02:00
..
auth_checker.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
auth_handler.cpp Add multiple license support (#618) 2022-11-04 15:23:43 +01:00
auth.cpp Add SHA-256 password encryption (#839) 2023-04-03 16:29:21 +02:00
bfs_common.hpp Add missing-field-initialization warning flag (#1113) 2023-07-29 17:59:11 +02:00
bfs_fine_grained.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
bfs_single_node.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
bolt_chunked_decoder_buffer.cpp Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
bolt_chunked_encoder_buffer.cpp Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
bolt_common.hpp Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
bolt_decoder.cpp Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
bolt_encoder.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
bolt_session.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
bolt_testdata.hpp Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
clearing_old_disk_data.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
CMakeLists.txt Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
commit_log_v2.cpp Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
communication_buffer.cpp Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
cpp_api.cpp Add implementation of C++ API Node::RemoveProperty (#1128) 2023-08-01 20:11:38 +02:00
csv_csv_parsing.cpp Add HTTP+GZIP support to LOAD CSV (#1027) 2023-06-26 19:10:48 +02:00
cypher_main_visitor.cpp Fix a bunch of spelling mistakes (1/n) (#1112) 2023-07-30 14:05:05 +02:00
dbms_interp.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
dbms_sc_handler.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
disk_test_utils.hpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
formatters.hpp Fix a bunch of spelling mistakes (1/n) (#1112) 2023-07-30 14:05:05 +02:00
integrations_kafka_consumer.cpp Add limit batches option to start stream query (#392) 2022-06-20 15:09:45 +03:00
interpreter_faker.hpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
interpreter.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
kafka_mock.cpp Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
kafka_mock.hpp Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
kvstore.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
license.cpp Add multiple license support (#618) 2022-11-04 15:23:43 +01:00
main.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
metrics.cpp Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
mgp_kafka_c_api.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
mgp_trans_c_api.cpp Making mgp_error enum class when compiling c++. Remains enum when com… (#389) 2022-05-05 17:48:17 +02:00
monitoring.cpp Fix WebSocket test (#485) 2022-08-08 14:49:48 +02:00
network_endpoint.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
network_timeouts.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
network_utils.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
plan_pretty_print.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
property_value_v2.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
query_common.hpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
query_cost_estimator.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
query_dump.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
query_expression_evaluator.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
query_function_mgp_module.cpp Making mgp_error enum class when compiling c++. Remains enum when com… (#389) 2022-05-05 17:48:17 +02:00
query_plan_accumulate_aggregate.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
query_plan_bag_semantics.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
query_plan_checker.hpp Add vertex degree to index statistics (#1026) 2023-06-27 18:06:20 +02:00
query_plan_common.hpp Add missing-field-initialization warning flag (#1113) 2023-07-29 17:59:11 +02:00
query_plan_create_set_remove_delete.cpp Improve performance on set properties (#1115) 2023-08-10 09:06:44 +02:00
query_plan_edge_cases.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
query_plan_match_filter_return.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
query_plan_read_write_typecheck.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
query_plan_v2_create_set_remove_delete.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
query_plan.cpp Fix a bunch of spelling mistakes (1/n) (#1112) 2023-07-30 14:05:05 +02:00
query_pretty_print.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
query_procedure_mgp_module.cpp Making mgp_error enum class when compiling c++. Remains enum when com… (#389) 2022-05-05 17:48:17 +02:00
query_procedure_mgp_type.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
query_procedure_py_module.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
query_procedures_mgp_graph.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
query_profile.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
query_required_privileges.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
query_semantic.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
query_serialization_property_value.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
query_streams.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
query_trigger.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
query_variable_start_planner.cpp Fix v2.9 release build issues (#1087) 2023-07-20 16:15:27 +02:00
replication_persistence_helper.cpp Add restoring of replication roles upon database startup (#791) 2023-06-21 19:08:58 +02:00
ring_buffer.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
rpc_messages.hpp Add support for Amazon Linux 2 and stop generating C++ using Lisp/LCP (#814) 2023-03-14 19:24:55 +01:00
rpc.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
skip_list.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
slk_advanced.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
slk_common.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
slk_core.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
slk_streams.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
small_vector.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
socket.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
storage_rocks.cpp Fix PropertyStore buffer serialization (#1111) 2023-07-29 19:14:27 +02:00
storage_test_utils.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
storage_test_utils.hpp Include additional info inside storage mode info query (#883) 2023-05-16 14:25:41 +02:00
storage_v2_constraints.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
storage_v2_decoder_encoder.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
storage_v2_disk.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
storage_v2_durability_inmemory.cpp Add supernode vertex cache (#1124) 2023-08-11 10:18:28 +02:00
storage_v2_edge_inmemory.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
storage_v2_edge_ondisk.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
storage_v2_gc.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
storage_v2_indices.cpp Improve disk indices (#1139) 2023-08-09 10:16:49 +02:00
storage_v2_isolation_level.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
storage_v2_name_id_mapper.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
storage_v2_property_store.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
storage_v2_replication.cpp Fix a bunch of spelling mistakes (1/n) (#1112) 2023-07-30 14:05:05 +02:00
storage_v2_storage_mode.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
storage_v2_wal_file.cpp Parallelize recovery (#868) 2023-04-25 16:25:25 +02:00
storage_v2.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
stripped.cpp Add support for map projection (#892) 2023-05-16 20:05:35 +02:00
test_lcp.lisp LCP: Small test fixes 2019-05-10 16:10:17 +02:00
test_utils.hpp Making mgp_error enum class when compiling c++. Remains enum when com… (#389) 2022-05-05 17:48:17 +02:00
transaction_queue_multiple.cpp Fix flaky transaction_queue_multiple unit test (#1077) 2023-07-19 22:58:02 +02:00
transaction_queue.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
typed_value.cpp Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +02:00
utils_algorithm.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
utils_async_timer.cpp Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
utils_exceptions.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
utils_file_locker.cpp Add data directory status and (un)lock query (#933) 2023-05-16 18:36:04 +02:00
utils_file.cpp Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
utils_histogram.cpp Expose system metrics over HTTP Endpoint (#940) 2023-05-18 05:10:57 +00:00
utils_java_string_formatter.cpp Add GraphQL transpilation compatibility (#1018) 2023-07-31 14:48:12 +02:00
utils_math.cpp Add index statistics for better query planning (#812) 2023-03-30 15:34:34 +02:00
utils_memory_tracker.cpp Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
utils_memory.cpp Fix LOAD CSV large memory usage (#712) 2022-12-22 19:38:48 +01:00
utils_on_scope_exit.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
utils_rwlock.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
utils_scheduler.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
utils_settings.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
utils_signals.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
utils_string.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
utils_sync_ptr.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
utils_synchronized.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
utils_temporal.cpp Implement ToString function for temporal datatypes (#429) 2022-07-11 13:44:27 +02:00
utils_thread_pool.cpp Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
utils_timestamp.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00