Andi Skrgat
41588024fc
Unit tests passing
2023-05-15 16:06:29 +02:00
Andi Skrgat
4b063fc457
Bolt encoder
2023-05-15 15:50:21 +02:00
Andi Skrgat
c88fba3322
Storage unit tests
2023-05-15 15:47:32 +02:00
Aidar Samerkhanov
66925c2036
Fix query procedures mgp graph unit test
2023-05-15 11:43:46 +00:00
Aidar Samerkhanov
3c49bf2ab0
Fix query procedure py module unit test
2023-05-15 11:21:08 +00:00
Andi Skrgat
c4f1199b80
Create set remove delete
2023-05-15 12:48:19 +02:00
Andi Skrgat
0f69e0aaa1
Fixes 2
2023-05-15 12:44:09 +02:00
Andi Skrgat
d21e4f13f7
Virtual storage fixes 1
2023-05-15 12:05:27 +02:00
Andi Skrgat
dd3f29fba8
Merge branch 'disk-storage-v1' into mg-larger-than-memory
2023-05-12 17:36:38 +02:00
Andi
976c36018a
Merge branch 'master' into add-on-disk-transactional-storage
2023-05-12 17:21:15 +02:00
Ante Javor
69634a5354
Fix typo in mgbench
2023-05-10 14:02:46 +02:00
Aidar Samerkhanov
fa0c2bc97f
Merge branch 'master' into add-on-disk-transactional-storage
2023-05-09 15:24:35 +00:00
Aidar Samerkhanov
b8f282468d
Update pulsar client for e2e tests
2023-05-09 12:23:28 +02:00
Andi Skrgat
153222a2a7
Merge remote-tracking branch 'origin/accessors-interface' into disk-storage-v1
2023-05-05 14:29:23 +02:00
Andi Skrgat
cbe23f7efa
Properties deserialization
2023-05-05 14:28:59 +02:00
Aidar Samerkhanov
9e710aa00b
Replace implicit move by copy in MakeEdgeAccessor
2023-05-03 21:13:18 +00:00
Aidar Samerkhanov
59ed253b82
Fix SubgraphVertexAccessor in and out eges in e2e
2023-05-03 15:49:16 +00:00
Ante Javor
ab38161cd2
FIix methodology links ( #903 )
...
Co-authored-by: Josip Mrden <josip.mrden@memgraph.io >
2023-05-03 16:37:36 +02:00
Andi Skrgat
95c119999f
Indexes e2e
2023-05-03 15:28:55 +02:00
Andi Skrgat
bd0801dc1f
Create index and rocksb objects reorganization
2023-05-03 13:14:04 +02:00
Andi Skrgat
04261f7cce
Disk vertices iterable
2023-05-02 18:37:38 +02:00
Andi Skrgat
7bf38442aa
Non-abstract indices
2023-05-02 15:22:50 +02:00
János Benjamin Antal
3a5f140c2b
Order chunks in utils::Pool to speed up deallocation ( #898 )
2023-05-02 13:08:20 +02:00
Ante Javor
eead0f79fc
Fix missing argument in daily benchmark ( #907 )
2023-05-02 11:00:44 +02:00
Aidar Samerkhanov
dfdba859ff
Fix query engine build
2023-04-28 15:02:14 +00:00
Aidar Samerkhanov
01428b49e1
Fix random_graph in property based testing
2023-04-28 12:46:32 +00:00
Aidar Samerkhanov
b98c9b94ca
Fix build of full memgraph
2023-04-27 13:34:10 +00:00
Andi Skrgat
43fd6906b6
Expand from vertex
2023-04-27 13:12:36 +02:00
Aidar Samerkhanov
54e6aef954
Fixed build of storage v2 gc and random_graph test
2023-04-26 19:24:41 +00:00
Antonio Filipovic
91017b7f36
Update profile query to use PoolResource for LOAD CSV ( #885 )
2023-04-26 18:04:13 +02:00
gvolfing
00f8d54249
Parallelize index creation ( #882 )
2023-04-26 16:28:02 +02:00
Aidar Samerkhanov
20f16eafa3
Fix mg_import_csv build
2023-04-26 12:51:11 +00:00
Aidar Samerkhanov
a69829d01b
Fix build of concurrent storage indices tests
2023-04-26 12:12:13 +00:00
Andi Skrgat
697bed4348
Merge remote-tracking branch 'origin/accessors-interface' into disk-storage-v1
2023-04-26 13:55:06 +02:00
Aidar Samerkhanov
01e0dcdfb4
Fix build of concurrent storage unique constraints test
2023-04-26 11:47:05 +00:00
János Benjamin Antal
4fcdd52f88
Use correct memory resource ( #900 )
2023-04-26 10:02:55 +02:00
Aidar Samerkhanov
8bd561694c
Fix build of auth checker tests
2023-04-25 22:54:47 +00:00
Aidar Samerkhanov
de40594f53
Fix build of bfs tests
2023-04-25 22:52:49 +00:00
Aidar Samerkhanov
d400bf9355
Fix build and run of bolt encoder tests
2023-04-25 22:44:42 +00:00
Aidar Samerkhanov
bf3a57c8ca
Fix build and run cpp api tests
2023-04-25 22:33:11 +00:00
Aidar Samerkhanov
cb16ba9e1e
Fix build of interpreter tests
2023-04-25 21:55:25 +00:00
Aidar Samerkhanov
28dbf73569
Fix build of plan pretty print tests
2023-04-25 21:48:41 +00:00
Aidar Samerkhanov
f8df97cf4e
Fix build for typed_value test
2023-04-25 21:35:43 +00:00
Aidar Samerkhanov
f8b8181e81
Fix build of transaction queue multiple test
2023-04-25 21:29:16 +00:00
Aidar Samerkhanov
f734285321
Fix build of transaction queue test
2023-04-25 21:27:56 +00:00
Aidar Samerkhanov
1d3ba624da
Fix build and run of storage v2 replication tests
2023-04-25 21:05:27 +00:00
János Benjamin Antal
6c947947eb
Parallelize recovery ( #868 )
...
* Parallelize edge recovery
* Load vertex labels and properties parallel
* Add parallel connectivity loading
* Add batches information to snapshot
* Introduce `items_per_batch` and `recovery_thread_count` flags
* Make possible to load snapshots with old version
* Add vertex batches to `RecoveryInfo`
* Extend durability integration tests with v15 test cases
* Add `std::vector` based `InitProperties`
* Use `InitProperties` in snapshot loading
2023-04-25 16:25:25 +02:00
Aidar Samerkhanov
045d8b8182
Fix build of storage v2 isolation level tests
2023-04-25 14:10:42 +00:00
Aidar Samerkhanov
626e9b2b6d
Fix build of storage v2 indices tests
2023-04-25 14:04:26 +00:00
Aidar Samerkhanov
9cb27e5f26
Fix build of storage v2 gc tests
2023-04-25 13:38:34 +00:00