János Benjamin Antal
|
fe14a8674c
|
Include both v2 and v3 in query performance test
|
2023-02-13 23:33:01 +01:00 |
|
János Benjamin Antal
|
1bc93b64f4
|
Make it possible to compile v2 and v3 interpreter into a single binary
|
2023-02-13 23:32:33 +01:00 |
|
János Benjamin Antal
|
155388c0a1
|
Add benchmarking executable
|
2023-02-09 17:35:04 +01:00 |
|
János Benjamin Antal
|
74f53369c0
|
Add two more queries to simple benchmark
|
2023-02-09 13:17:55 +01:00 |
|
János Benjamin Antal
|
2b3141879b
|
Make the output table nicer for comparing results
|
2023-02-09 13:17:46 +01:00 |
|
János Benjamin Antal
|
53f95ed1a7
|
Format python file
|
2023-02-09 13:17:15 +01:00 |
|
János Benjamin Antal
|
b678e6a63b
|
Handle bool flags properly in benchmark runner
|
2023-02-09 12:42:02 +01:00 |
|
János Benjamin Antal
|
563035645c
|
Add command line flag to opt for using MultiFrame
|
2023-02-09 12:41:41 +01:00 |
|
János Benjamin Antal
|
12bc78ca2d
|
Add command line flag to determine MultiFrame size
|
2023-02-09 12:41:17 +01:00 |
|
jbajic
|
177de2fa2e
|
Fix benchmark test
|
2023-02-08 15:24:23 +01:00 |
|
János Benjamin Antal
|
a9a388ce44
|
Use parametrized queries for vertex creation
|
2023-02-08 13:52:51 +01:00 |
|
János Benjamin Antal
|
6bc2e6d8b6
|
Merge remote-tracking branch 'origin/project-pineapples' into MG-access-control-benchmark-fixes
|
2023-02-08 13:48:50 +01:00 |
|
János Benjamin Antal
|
a02abc8f79
|
Merge pull request #763 from memgraph/T1235-MG-implement-EdgeUniquenessFilter-with-PullMultiple
Implement edge uniqueness filter with pull multiple
|
2023-02-08 13:40:15 +01:00 |
|
gvolfing
|
096d1ce5f4
|
Invert boolean logic when checking for unique edges
|
2023-02-08 12:57:21 +01:00 |
|
gvolfing
|
657279949a
|
Fix compile error
|
2023-02-08 12:13:46 +01:00 |
|
gvolfing
|
25226cca92
|
Update src/query/v2/plan/operator.cpp
Co-authored-by: Jure Bajic <jure.bajic@memgraph.com>
|
2023-02-08 11:41:43 +01:00 |
|
János Benjamin Antal
|
292a55f4ff
|
Add new line at the end of dataset file
|
2023-02-08 11:28:19 +01:00 |
|
jbajic
|
e6c80e7dc9
|
Fix when delta chain breaks
|
2023-02-07 22:56:10 +01:00 |
|
jbajic
|
5ee920eaf4
|
Add edges as parameter to benchmark tests
|
2023-02-07 15:32:08 +01:00 |
|
Jure Bajic
|
a71447e6a0
|
Update src/storage/v3/shard.cpp
Co-authored-by: Tyler Neely <tyler.neely@memgraph.io>
|
2023-02-07 14:12:21 +01:00 |
|
jbajic
|
dc48b4ae9b
|
Fix edge in vertex_Edge
|
2023-02-07 13:31:05 +01:00 |
|
jbajic
|
82c7c85428
|
Add additional tests
|
2023-02-07 11:18:25 +01:00 |
|
jbajic
|
de15c9719c
|
Fix delta chain prev pointer
|
2023-02-07 10:44:51 +01:00 |
|
gvolfing
|
37f19867b0
|
Make EdgeUniquenessFilterCursor impl simpler
|
2023-02-07 08:25:50 +01:00 |
|
János Benjamin Antal
|
b26c7d09ef
|
Ignore not value equality property filters for ScanByPrimaryKey
|
2023-02-06 16:39:42 +01:00 |
|
János Benjamin Antal
|
4bad8c0d1e
|
Filter edges on types
|
2023-02-06 16:14:39 +01:00 |
|
János Benjamin Antal
|
2b01f2280c
|
Add TODO about failing query
|
2023-02-06 16:14:21 +01:00 |
|
gvolfing
|
ac59e7f7e0
|
Move loop variables incrementation into the same place
|
2023-02-06 15:54:07 +01:00 |
|
gvolfing
|
7e99f32adb
|
Remove uncommented, useless code
|
2023-02-06 15:47:18 +01:00 |
|
gvolfing
|
a1a612899c
|
Merge branch 'project-pineapples' into T1235-MG-implement-EdgeUniquenessFilter-with-PullMultiple
|
2023-02-06 13:53:51 +01:00 |
|
gvolfing
|
2219dee6f6
|
Add initial impl for EdgeUniquenessFilterCursor::PullMultiple
|
2023-02-06 12:49:32 +01:00 |
|
János Benjamin Antal
|
7bf8550c86
|
Merge remote-tracking branch 'origin/project-pineapples' into MG-access-control-benchmark-fixes
|
2023-02-06 08:18:25 +01:00 |
|
János Benjamin Antal
|
8b392ecc97
|
Merge pull request #752 from memgraph/T1226-MG-Implement-scanbyprimarykey-with-multiframe
Implement ScanByPrimaryKey with multiframe
|
2023-02-06 08:13:43 +01:00 |
|
jbajic
|
954df64d1d
|
Add detla pruning
|
2023-02-03 13:42:38 +01:00 |
|
jbajic
|
90bcdc4e2b
|
Rename uuid to id
|
2023-02-03 13:42:28 +01:00 |
|
jbajic
|
a95bac65c6
|
Extract logic of checking delta skips
|
2023-02-02 16:39:00 +01:00 |
|
jbajic
|
4619a87e98
|
Only follow head of chain
|
2023-02-02 16:07:16 +01:00 |
|
jbajic
|
bf44618b7a
|
Compare prev ptr as well
|
2023-02-02 15:50:03 +01:00 |
|
jbajic
|
8f660b0d44
|
Add noexcept to hlc
|
2023-02-02 15:05:04 +01:00 |
|
jbajic
|
852e98fb51
|
Fix split logic
|
2023-02-02 14:00:08 +01:00 |
|
jbajic
|
c9290777f5
|
Fix delta assign
|
2023-02-02 11:04:37 +01:00 |
|
gvolfing
|
8e315875f2
|
Update src/query/v2/plan/operator.cpp
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
|
2023-02-02 07:44:47 +01:00 |
|
János Benjamin Antal
|
41183b328b
|
Invalidate consumed frames in ScanByPrimaryKey
|
2023-02-01 17:19:02 +01:00 |
|
János Benjamin Antal
|
c9a0c15c16
|
Make frames invalid on consumption
|
2023-02-01 16:17:06 +01:00 |
|
János Benjamin Antal
|
50327254e0
|
Make queries into a single line
|
2023-02-01 14:59:50 +01:00 |
|
János Benjamin Antal
|
24ae6069f0
|
Split edge creation into batches
|
2023-02-01 14:31:56 +01:00 |
|
János Benjamin Antal
|
7be66f0c54
|
Add unwind based dataset creator
|
2023-02-01 14:24:04 +01:00 |
|
János Benjamin Antal
|
b136cd71d2
|
Fix DistributedCreatedNodeCursor in case of UNWIND
|
2023-02-01 14:22:47 +01:00 |
|
János Benjamin Antal
|
a38401130e
|
Set vertex id in Expand properly
|
2023-02-01 13:24:58 +01:00 |
|
gvolfing
|
bf93b53e7d
|
Fix compile error due to wrong aggregate field name
|
2023-02-01 12:36:27 +01:00 |
|