Aidar Samerkhanov
58f4878483
Improve end() iterator performance
2023-05-11 22:11:26 +00:00
Aidar Samerkhanov
271dd7d8dc
Add move constructors and assignment operators
2023-05-11 21:58:27 +00:00
Aidar Samerkhanov
32ed4f1235
Return VertexAccessor* from query engine Iterator dereference.
...
Remove excessive copies of VertexAccessor.
2023-05-10 21:39:18 +00:00
Aidar Samerkhanov
688a5855b2
Fix compilation issues after merge from epic branch
2023-05-09 16:58:20 +00:00
Aidar Samerkhanov
ffbcf882de
Merge branch 'add-on-disk-transactional-storage' into accessors-interface
2023-05-09 16:26:33 +00:00
Aidar Samerkhanov
fa0c2bc97f
Merge branch 'master' into add-on-disk-transactional-storage
2023-05-09 15:24:35 +00:00
Aidar Samerkhanov
1cf90b9fbd
Save vertices to variable in execution test
2023-05-09 15:21:23 +00:00
Aidar Samerkhanov
d40126c79f
Replace new with make_unique
2023-05-09 15:20:34 +00:00
Aidar Samerkhanov
b8f282468d
Update pulsar client for e2e tests
2023-05-09 12:23:28 +02:00
Aidar Samerkhanov
614e321ebb
Get rid of unnecessary copy during query engine iterator operator++
2023-05-08 10:56:03 +00:00
Aidar Samerkhanov
9a70476872
Fix visibility of vertex in reinit VertexAccessor
2023-05-08 09:35:48 +00:00
Aidar Samerkhanov
d47372b455
Optimize usage of unique_ptr in iterators operator++
2023-05-05 20:47:59 +00: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
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
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
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
Aidar Samerkhanov
a0b9309c56
Fix build and run tests of storage v2 edge
2023-04-25 09:19:05 +00:00
Ante Javor
64fd281b2e
Update benchgraph methodology ( #899 )
2023-04-25 09:45:25 +02:00
Aidar Samerkhanov
253a845c69
Fix build and run of storage v2 durability tests
2023-04-24 20:27:22 +00:00
János Benjamin Antal
97e250129e
Change AccumulateCursor to use utils::pmr::deque ( #888 )
...
* Increase performance by eliminating unnecessary `TypedValue` copies
2023-04-24 16:22:22 +02:00
Aidar Samerkhanov
ab408c0795
Fix build storage v2 contraints tests
2023-04-24 07:56:14 +00:00
Aidar Samerkhanov
04467e03a0
Fix build of storage v2 tests
2023-04-24 07:27:08 +00:00
Aidar Samerkhanov
38062e6506
Fix build of query trigger tests
2023-04-23 23:13:09 +00:00
Aidar Samerkhanov
c84a9279c1
Fix build query variable start planner tests
2023-04-23 23:06:31 +00:00
Aidar Samerkhanov
219cd4c765
Fix build of query streams tests
2023-04-23 22:57:46 +00:00