memgraph
memgraph copied to clipboard
Open-source graph database, tuned for dynamic analytics environments. Easy to adopt, scale and own.
In the case where there are very few properties on edge, e.g., `(date, bool, float)`, it should be possible to further optimize the storage layout.
With the current state, it is possible to work on a subgraph (create a projection) from nodes and edges which exist as part of the database. It should probably be...
Add links: - [ ] https://discourse.memgraph.com/ - [ ] https://github.com/lima-vm/lima (running under MacOS) - [ ] MAYBE: https://github.com/macbian-linux/macos-subsystem-for-linux (running under MacOS) - [ ] Educational materials as part of the...
Enable detailed JVM memory usage, and detailed Memgraph memory usage across time + create a script that will automatically visualize the output.
**Memgraph version** 2.16.0 **Describe the bug** Memgraph core dumps on incorrect query when mixing different types in lists **To Reproduce** Steps to reproduce the behavior: 1. Run the following query...
**Memgraph version** 2.8.0 **Environment** Ubuntu 22.04 the `memgraph/memgraph-platform` docker image **Describe the bug** Currently triggers are not capable of triggering themselves upon creation of a new vertex that could be...
**Memgraph version** 2.8 **Environment** Build from source **Describe the bug** utils::total_memory_tracker doesn't work correctly when JEMALLOC is disabled, the value is negative then. This can be seen by printing tracker's...
point({longitude | x, latitude | y [, crs][, srid]}) should return a 2D point, point({longitude | x, latitude | y, height | z, [, crs][, srid]}) should return a 3D...
There should be a tool (under `/tools`) which assist with performance investigations. - Can take a profiling payload cypher file - Can take setup cypher file (optional) - Will start...