Jure Bajic
|
9bab26fb10
|
Apply suggestions from code review
Co-authored-by: Kostas Kyrimis <kostaskyrim@gmail.com>
|
2022-12-05 15:50:40 +01:00 |
|
Jure Bajic
|
75b598d014
|
Merge branch 'project-pineapples' into T1173-MG-benchmark-datastructures
|
2022-12-02 07:28:39 -08:00 |
|
Kostas Kyrimis
|
146ed5756c
|
Merge pull request #666 from memgraph/T1172-MG-implement-get-properties-on-qe
|
2022-12-01 19:14:20 +02:00 |
|
Kostas Kyrimis
|
0ad702175f
|
Fix expression evaluator mocked request router
|
2022-12-01 18:24:51 +02:00 |
|
Kostas Kyrimis
|
439eae3a72
|
Merge branch 'project-pineapples' into T1172-MG-implement-get-properties-on-qe
|
2022-12-01 17:42:01 +02:00 |
|
Kostas Kyrimis
|
c15e75b48c
|
Remove old shard request manager header
|
2022-12-01 17:40:58 +02:00 |
|
Kostas Kyrimis
|
2120645d6a
|
Remove dead code in request_router simulation test
|
2022-12-01 17:39:12 +02:00 |
|
Kostas Kyrimis
|
f1ea76a3d7
|
Merge branch 'T0919-MG-implement-get-properties-storage' into T1172-MG-implement-get-properties-on-qe
|
2022-12-01 17:19:00 +02:00 |
|
Kostas Kyrimis
|
18b3c1e8b1
|
Merge pull request #652 from memgraph/T0919-MG-implement-get-properties-storage
Implements GetProperties request handler on shard_rsm
|
2022-12-01 17:15:15 +02:00 |
|
Kostas Kyrimis
|
f8cbaaf362
|
Allow requests with zero properties
|
2022-12-01 14:41:21 +02:00 |
|
Kostas Kyrimis
|
8af635c8d7
|
Fix clang-tidy warnings
|
2022-11-30 17:44:37 +02:00 |
|
Kostas Kyrimis
|
3f3d6c52a3
|
Merge branch 'project-pineapples' into T0919-MG-implement-get-properties-storage
|
2022-11-30 17:25:05 +02:00 |
|
Kostas Kyrimis
|
94ef57c459
|
Fix small bugs
|
2022-11-30 17:24:46 +02:00 |
|
Kostas Kyrimis
|
9621532d3d
|
Prototype suggested changes and polish PR
|
2022-11-30 14:59:00 +02:00 |
|
Jure Bajic
|
0450163c5e
|
Merge branch 'project-pineapples' into T1173-MG-benchmark-datastructures
|
2022-11-30 00:17:13 -08:00 |
|
Tyler Neely
|
53040c6758
|
Merge pull request #651 from memgraph/T1157-MG-concurrent-RsmClient-requests
Support concurrent RsmClient requests
|
2022-11-29 17:11:25 +01:00 |
|
Tyler Neely
|
04124a1e9b
|
Make AsyncRequestToken arguments const, reserve size in response vectors
|
2022-11-29 15:50:35 +00:00 |
|
Tyler Neely
|
b3605c9ab1
|
Fix typo in new simplified RequestRouter::CreateExpand method
|
2022-11-29 15:11:35 +00:00 |
|
Tyler Neely
|
7df3a743b9
|
Simplify and parallelize CreateExpand
|
2022-11-29 15:07:59 +00:00 |
|
Tyler Neely
|
f8215306e8
|
A variety of small code clean-ups, remove overloaded methods
|
2022-11-29 15:06:01 +00:00 |
|
Tyler Neely
|
8f08d986cb
|
Make method names clear for RequestRouter requests, avoid unnecessary overloading
|
2022-11-29 14:47:32 +00:00 |
|
Tyler Neely
|
9144d2dccd
|
Remove bug-prone inverted ownership of ExecutionState as a consideration of operators
|
2022-11-29 14:30:59 +00:00 |
|
jbajic
|
1b97bb0856
|
Remove redundant line from skiplist
|
2022-11-29 14:57:53 +01:00 |
|
Jure Bajic
|
f54701cc96
|
Merge branch 'project-pineapples' into T1173-MG-benchmark-datastructures
|
2022-11-29 05:55:29 -08:00 |
|
jbajic
|
1f98d33fa6
|
Remove b++ tree
|
2022-11-29 14:40:44 +01:00 |
|
jbajic
|
632db4175a
|
Revert storage changes
|
2022-11-29 14:04:12 +01:00 |
|
Tyler Neely
|
ec529da8d2
|
Address clang-tidy feedback
|
2022-11-29 12:28:19 +00:00 |
|
jbajic
|
ce5f1c2f17
|
Add memory runner for insert
|
2022-11-29 13:27:28 +01:00 |
|
Tyler Neely
|
1b77e029ca
|
Use the Async methods under the hood for the blocking RsmClient::Send*Request methods for code-reuse
|
2022-11-29 11:33:49 +00:00 |
|
Tyler Neely
|
a308ee501a
|
Unify the driving of read and write requests in the RequestRouter
|
2022-11-29 11:25:29 +00:00 |
|
jbajic
|
884831ece5
|
Use pk
|
2022-11-29 11:56:01 +01:00 |
|
Tyler Neely
|
aa7d362296
|
Merge branch 'project-pineapples' of github.com:memgraph/memgraph into T1157-MG-concurrent-RsmClient-requests
|
2022-11-29 10:13:42 +00:00 |
|
Tyler Neely
|
7d52eedb21
|
Merge pull request #674 from memgraph/tyler_rename_ShardRequestManager_to_RequestRouter
[project-pineapples <- ] Rename ShardRequestManager to RequestRouter
|
2022-11-29 10:29:42 +01:00 |
|
Tyler Neely
|
4f18fa7431
|
Fix LCP that broke with invisible merge conflict
|
2022-11-29 09:07:18 +00:00 |
|
Tyler Neely
|
9f10c3ea06
|
Merge branch 'project-pineapples' of github.com:memgraph/memgraph into tyler_rename_ShardRequestManager_to_RequestRouter
|
2022-11-29 08:57:28 +00:00 |
|
Kostas Kyrimis
|
4dc639a05a
|
Merge pull request #644 from memgraph/T1159-MG-Add-memgraph-functions
Add mg-functions lib, expression evaluator units and e2e tests
|
2022-11-28 18:18:58 +02:00 |
|
Kostas Kyrimis
|
50df0d4d53
|
Fix python imports and replace const char array with constexpr
|
2022-11-28 17:31:41 +02:00 |
|
jbajic
|
5f5d839f0c
|
Update analyzer script
|
2022-11-28 16:28:36 +01:00 |
|
Kostas Kyrimis
|
8fd7327fbd
|
Address GH comments
|
2022-11-28 15:38:12 +02:00 |
|
jbajic
|
500691318a
|
Add analyze script
|
2022-11-28 14:15:41 +01:00 |
|
Tyler Neely
|
9fc7f9dced
|
Standardize RequestRouter variable names as request_router
|
2022-11-28 13:03:07 +00:00 |
|
Tyler Neely
|
82db1d4ad8
|
Rename ShardRequestManager to RequestRouter
|
2022-11-28 12:38:38 +00:00 |
|
Kostas Kyrimis
|
ed0b67dfdb
|
Fix compilation issues of the merge
|
2022-11-28 13:38:12 +02:00 |
|
Kostas Kyrimis
|
0f34c49e21
|
Merge branch 'project-pineapples' into T1159-MG-Add-memgraph-functions
|
2022-11-28 13:18:51 +02:00 |
|
Tyler Neely
|
f4d0c7769e
|
Merge pull request #670 from memgraph/tyler_set_proper_namespace_for_ShardRequestManager
Change the namespace of ShardRequestManager to query::v2 instead of msgs
|
2022-11-28 11:31:09 +01:00 |
|
Tyler Neely
|
6d3c04bd61
|
Address clang-tidy feedback
|
2022-11-28 10:09:59 +00:00 |
|
Tyler Neely
|
a8dc6fd41e
|
Change the namespace of ShardRequestManager to query::v2 instead of msgs
|
2022-11-28 09:43:56 +00:00 |
|
Tyler Neely
|
de84d4d6ea
|
Merge branch 'project-pineapples' of github.com:memgraph/memgraph into T1157-MG-concurrent-RsmClient-requests
|
2022-11-28 08:53:21 +00:00 |
|
jbajic
|
36a7abb170
|
Add remove benchmark
|
2022-11-27 22:50:36 +01:00 |
|
jbajic
|
41b06a0a37
|
Extract common functionalities
|
2022-11-27 22:28:23 +01:00 |
|