memgraph
memgraph copied to clipboard
Open-source graph database, tuned for dynamic analytics environments. Easy to adopt, scale and own.
**Memgraph version** 2.10 **Describe the bug** Not visible to users but the vertex_id is not correctly persisted to disk.
By default the `ulimit -s` is 8192, increase that to at least 100k because of the stack size issues
Directly inside memgraph, Cypher command, as efficient as possible: - [x] Return node labels in "constant" time - [x] Return edge types in "constant" time - [ ] Return all...
Memgraph supports currently only one role per user. By having multiple roles per user, they would be able to execute more complex actions and grant temporary access to some form...
**Memgraph version** 2.12.1 **Describe the bug** Explicit transaction API does not support retries on transient errors. If there are conflicting transactions, the client code will fail if users depend on...
This PR removes system replication out of experimental features. closes #2227
Improve fine grained access e2e tests.
Git commit description, explain the changes you made here --- __*Leave above in PR description, copy the below into a comment*__ ___
This PR should speed up e2e tests on runners. This way we can run e2e tests in parallel by creating $nproc containers where each one accepts an untested workload. PR...
Edge index planning made robust with the variable start planner like the node planning.