Commit Graph

3402 Commits

Author SHA1 Message Date
Marko Budiselić
3cef394b8c Merge branch 'master' into T635-add-vertex-degree-to-query-planner 2023-06-27 17:59:26 +02:00
Ante Javor
261aa4f49b Improve replication logging (#1030) 2023-06-27 17:57:51 +02:00
Josip Mrden
409788067e Merge branch 'T635-add-vertex-degree-to-query-planner' of github.com:memgraph/memgraph into T635-add-vertex-degree-to-query-planner 2023-06-27 17:14:28 +02:00
Josip Mrden
00818fb718 Address PR comments 2023-06-27 17:11:52 +02:00
Josipmrden
c39c90bbbe Merge branch 'master' into T635-add-vertex-degree-to-query-planner 2023-06-27 15:04:36 +02:00
Josipmrden
5ce1526995 Fix map at operator returning null from a map (#1039)
Fix map returning null from a map and not throwing exception if key is not present
2023-06-27 15:04:12 +02:00
Josip Mrden
8f4767a9e6 Merge branch 'master' into T635-add-vertex-degree-to-query-planner 2023-06-27 13:31:56 +02:00
Josip Mrden
931cc35817 Address PR comments 2023-06-27 13:31:30 +02:00
Antonio Filipovic
cb843ee664 Fix multiple include error on mgp.hpp (#1043) 2023-06-27 10:07:33 +02:00
Andi
0f1ca745e5 Improve connection handling in tests/e2e (#1012) 2023-06-26 22:43:34 +02:00
Gareth Andrew Lloyd
3b781bf525 Add HTTP+GZIP support to LOAD CSV (#1027) 2023-06-26 19:10:48 +02:00
Antonio Filipovic
d573eda8bb Add python & cpp batching option in procedures
* Add API for batching from the procedure 
* Use PoolResource for batched procedures
2023-06-26 15:46:13 +02:00
Josip Mrden
1fdf0b9bec Add empty graph test on analyze 2023-06-26 13:02:45 +02:00
Josip Mrden
2f4f2896e2 Merge branch 'master' into T635-add-vertex-degree-to-query-planner 2023-06-26 12:30:22 +02:00
Marko Budiselić
00226dee24 Improve setup when memgraph is a git submodule (#1038) 2023-06-26 12:27:58 +02:00
Josip Mrden
da84498428 Merge branch 'master' into T635-add-vertex-degree-to-query-planner 2023-06-26 12:26:25 +02:00
Josip Mrden
7042387976 Add test for subqueries and unions 2023-06-26 11:38:40 +02:00
Marko Budiselić
546bfc0ede Fix package workflow on ARM (#1040) 2023-06-26 11:19:13 +02:00
Josip Mrden
edd902cd18 Fix cost estimator test 2023-06-23 14:47:41 +02:00
Josip Mrden
80a0d12e08 Add template to cost estimator 2023-06-23 13:33:18 +02:00
Josip Mrden
2f335f2507 Revert configuration to old one 2023-06-23 13:22:04 +02:00
Josip Mrden
5efe9857d4 Merge branch 'master' into T635-add-vertex-degree-to-query-planner 2023-06-23 13:19:47 +02:00
Josip Mrden
be936e46ae Add symbol table in front of some arguments 2023-06-23 13:19:22 +02:00
Josip Mrden
2e0884661c Solve clang tidy issues 2023-06-23 12:54:13 +02:00
Gareth Andrew Lloyd
5b1ba10183 Fix IN_MEMORY_ANALYTICAL storage GC (#1025) 2023-06-23 12:50:03 +02:00
Josip Mrden
6574c220b7 Merge branch 'master' into T635-add-vertex-degree-to-query-planner 2023-06-23 12:25:25 +02:00
Vlasta
b25e9968ee Update links inside CSV import tool (#834) 2023-06-22 16:00:22 +02:00
Vlasta
bcd23fe3cb Update CSV import tool error docs 2023-06-22 14:44:46 +02:00
Katarina Supe
68e5610566 Fix replica exception message (#930) 2023-06-22 14:41:59 +02:00
Ante Javor
0ea96663ba Add check for opening snapshots (#966) 2023-06-22 13:29:49 +02:00
Marko Budiselić
da17fe92d6 Update package_docker by adding --pull (#1032)
Each release will pull the latest base image because we want to include any new
security patches.
2023-06-22 12:12:31 +02:00
Marko Budiselić
e73eac77a9 Improve libstdc++ dependency on RPM systems (#863) 2023-06-22 10:14:59 +02:00
Marko Budiselić
d51a61fc5f Update dependencies under environment/os (#862) 2023-06-21 23:14:37 +02:00
Josipmrden
b875649270 Add restoring of replication roles upon database startup (#791)
Fix replica node restoration on startup so it is restored as replica and not as main.
2023-06-21 19:08:58 +02:00
Josip Mrden
79d91b68e2 Add e2e test for subqueries 2023-06-21 17:27:38 +02:00
Josip Mrden
7b7c5b3fc0 Add cost estimator to subqueries 2023-06-21 16:35:59 +02:00
Josip Mrden
fe91f44234 Introduce scopes in cost estimator 2023-06-21 15:38:43 +02:00
Josipmrden
05cc35bf93 Add command NULLIF for identifying nulls in LOAD CSV (#914)
Add NULLIF command which turns all row values corresponding to the string to the nullif character sequence.
2023-06-21 14:50:46 +02:00
Josip Mrden
a772a5414b Checkout index lookup as optional match can not be reproduced 2023-06-21 13:32:07 +02:00
Josip Mrden
42bd5637dc Added unit test for merge expansion 2023-06-21 13:04:18 +02:00
Josip Mrden
c6be4508d5 Merge branch 'master' into T635-add-vertex-degree-to-query-planner 2023-06-21 11:26:06 +02:00
Josipmrden
63f8298033 Fix MATCH + LOAD CSV to load CSV only once (#916)
* update profile query to use poolresource
* Optimize update of indexes
* Add ignore empty strings to load csv
* Add operator changes to support handling of nulls
* Store chunks in memory pools ordered
* Use same max block per chunks number
* Remove redundant return statement
* add hacky cached solution
* change map to set
* remove memory
* Add match load csv invalid behaviour commit
* Accept input on LOAD CSV
* Ommit changes not tied to the PR
* Add tests for match + load csv
* Add gqlalchemy installation for e2e tests
* Modify setup script to update packages
* Revert gqlalchemy to 1.3.3
* Revert gqlalchemy to 1.3.3
* Address PR review comments
* Ommit semicolon
---------

Co-authored-by: antoniofilipovic <filipovicantonio1998@gmail.com>
Co-authored-by: János Benjamin Antal <benjamin.antal@memgraph.io>
2023-06-21 11:13:40 +02:00
Josip Mrden
aef90a28ea Add fixes to e2e 2023-06-20 18:03:47 +02:00
Josipmrden
df95775222 Fix init file startup in community edition (#974)
* Fix init file startup in community edition

* Add possibility to build binary without MG_ENTERPRISE

* Added trace spdlog for when init file is not present

* Add gqlalchemy and unit tests

* Add init data files which correspond to the right directory by the github actions
2023-06-20 17:54:50 +02:00
Josip Mrden
c66cc56d5f Add E2E test for optimizing merge on supernodes 2023-06-20 17:20:09 +02:00
Josip Mrden
114f00d64c Add index stats for merge expands 2023-06-20 15:13:53 +02:00
Josip Mrden
e0e0b19e44 Delete unnecessary scanall index variables 2023-06-20 14:14:10 +02:00
Josip Mrden
24ade79579 Add delete statistics for label indexes 2023-06-20 13:54:05 +02:00
Josip Mrden
8b849575c1 Add typed value results for label indexes 2023-06-20 13:11:19 +02:00
Josip Mrden
48138bb52f Rewrite code to have IndexStats in methods instead of having it separated 2023-06-20 11:35:39 +02:00