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
Josip Mrden
58867362d6
Fix build problems
2023-06-20 10:50:58 +02:00
Josip Mrden
00fb8149b5
Merge branch 'master' into T635-add-vertex-degree-to-query-planner
2023-06-20 10:10:52 +02:00
Josipmrden
eb22edfd35
Add any type to C++ mgp wrapper
2023-06-20 09:33:14 +02:00
Marko Budiselić
1b85d77e9e
Add cypherl transform scripts under import/ ( #773 )
...
* Add `mglogs2cypherl.sh`
* Add `n2mg_cypherl.sh`
2023-06-18 11:57:46 +02:00
Marko Budiselić
cf1a86ed13
Refactor tests/integration/run.sh ( #1016 )
2023-06-15 23:10:52 +02:00
Marko Budiselić
7fb3f62703
Upgrade to RocksDB 8.1.1 ( #1013 )
2023-06-15 11:54:24 +02:00
Marko Budiselić
cb4b71bdbd
Update pull_request_template.md
2023-06-14 16:04:35 +02:00
andrejtonev
30ec570bb9
Add Bolt v5 support ( #938 )
2023-06-12 18:55:15 +02:00
Antonio Filipovic
d917c3f0fd
Fix slow IN LIST evaluation ( #901 )
2023-05-29 17:52:20 +02:00
andrejtonev
d842adbed3
Handle user-defined metadata and expose it with SHOW TRANSACTIONS( #945 )
2023-05-29 11:40:14 +02:00
Bruno Sačarić
cdfcbc106c
Update license date ( #941 )
v2.8.0
2023-05-18 11:42:12 +02:00
Josipmrden
651b6f3a5a
Expose system metrics over HTTP Endpoint ( #940 )
2023-05-18 05:10:57 +00:00
Ante Pušić
0d9bd74a8a
Add support for map projection ( #892 )
2023-05-16 20:05:35 +02:00
andrejtonev
802f8aceda
Add data directory status and (un)lock query ( #933 )
2023-05-16 18:36:04 +02:00
gvolfing
7ddce539fa
Add return build type command ( #894 )
2023-05-16 16:02:03 +02:00
gvolfing
c3e4f81026
Include additional info inside storage mode info query ( #883 )
2023-05-16 14:25:41 +02:00
Antonio Filipovic
208705f296
Reduce memory consumption on return from python procedures ( #932 )
2023-05-16 10:33:09 +02:00
Josip Mrden
54bb5ed50d
Introduce degree in cost estimator and index lookup expansions
2023-05-11 14:35:37 +02:00
Josip Mrden
b60aebaf56
Add LabelIndexStats
2023-05-11 09:52:25 +02:00
Josip Mrden
b2477663b7
Add average degree to label property indices
2023-05-10 17:51:26 +02:00
Ante Javor
69634a5354
Fix typo in mgbench
2023-05-10 14:02:46 +02:00
Aidar Samerkhanov
b8f282468d
Update pulsar client for e2e tests
2023-05-09 12:23:28 +02: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
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
János Benjamin Antal
4fcdd52f88
Use correct memory resource ( #900 )
2023-04-26 10:02:55 +02: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
Ante Javor
64fd281b2e
Update benchgraph methodology ( #899 )
2023-04-25 09:45:25 +02: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
Marko Budiselić
b02b201129
Improve Jepsen setup ( #893 )
2023-04-23 16:16:49 +02:00
Antonio Filipovic
2c6a55775d
Fix max block size bug on LOAD CSV( #877 )
2023-04-19 16:10:20 +02:00
Ante Javor
940bf6722c
Add mgbench tutorial ( #836 )
...
* Add Docker runner
* Add Docker client
* Add benchgraph.sh script
* Add package script
2023-04-19 08:21:55 +02:00
Bruno Sačarić
49b5343238
Update license year ( #867 )
v2.7.0
2023-04-05 11:06:32 +02:00
Andi
26a0866938
Fix index optimization bug ( #860 )
2023-04-04 23:43:13 +02:00
Bruno Sačarić
6545283dac
Add upload to S3 job to Package All workflow ( #845 )
...
* add to package_all
* add separate workflow
* make reduced jobs version for testing
* typo
* exclude amzn-2 in init script, because isort 5.12. fails to install
* change dir name
* move env var for release version
* bugfix
* Revert "make reduced jobs version for testing"
This reverts commit 7bb75f34a4 .
* remove releaes folder
* extend timeout for arm builds
* increase timeout limit to dangerous levels
* revert timeouts, fix upload naming
* remove untested workflow
2023-04-04 21:54:25 +02:00
Bruno Sačarić
69c735934c
Update docker credentials ( #853 )
2023-04-04 21:47:04 +02:00
Antonio Filipovic
64e837b355
Introduce analytics mode ( #772 )
2023-04-04 18:46:26 +02:00
Antonio Filipovic
a586f2f98d
Change EvalContext and QueryExecution to use PoolResource on LOAD CSV ( #825 )
...
* Change PullPlan to use specific PoolResource for LOAD CSV
2023-04-04 16:54:08 +02:00
Josipmrden
9fc51f74a0
Skip label based auth on user with global visibility on graph ( #837 )
2023-04-04 11:13:25 +02:00
Josipmrden
128771a6ec
Add SHA-256 password encryption ( #839 )
2023-04-03 16:29:21 +02:00
Josipmrden
f5a49ed29f
Add Cypher subqueries ( #794 ) ( #851 )
...
Co-authored-by: Bruno Sačarić <bruno.sacaric@gmail.com >
2023-03-31 13:49:10 +00:00
Josipmrden
398503da7a
Add index statistics for better query planning ( #812 )
2023-03-30 15:34:34 +02:00
Bruno Sačarić
0819b40202
Fix bug on AllShortest with multiple edges between nodes ( #832 )
2023-03-29 16:39:41 +02:00
Andi
029be10f1d
Add queries to show or terminate active transactions ( #790 )
2023-03-27 15:46:00 +02:00
Aidar Samerkhanov
a9dc344b49
Add automatic CPU architecture detection to CMake ( #838 )
2023-03-27 11:26:10 +02:00
Marko Budiselić
8b0dca9eab
Upgrade pre-commit hook to use isort 5.12 ( #840 )
2023-03-26 17:34:51 +02:00