gvolfing
gvolfing
[master < Epic] PR - [ ] Check, and update documentation if necessary - [ ] Update [changelog](https://docs.memgraph.com/memgraph/changelog) - [ ] Write E2E tests - [ ] Compare the [benchmarking...
Currently there are two different kinds of indices in the database indices for label and indices for label+property based lookups on vertices. With this feature it should be possible to...
- [x] https://github.com/memgraph/mage/issues/525 (linked below) - [x] The test runner machines should be able to set up the Neo4j GraphQL library. * A couple of `npm` packages would be needed....
**Memgraph version** 2.12 **Environment** x86 compiled from source **Describe the bug** `schema.node_type_properties` and `schema.rel_type_properties` are not working as intended. The returned rows are seemingly iterating through the entire graph and...
Source issue -> https://github.com/memgraph/memgraph/issues/662 ### Description Implementation of EdgeType + Property indices. [master < Task] PR - [x] Provide the full content or a guide for the final git message...
Neo's specification: https://neo4j.com/docs/cypher-manual/current/values-and-types/lists/#cypher-list-comprehension GraphQL support depends on this feature, more under https://github.com/memgraph/memgraph/issues/1007 Related/similar functionality is Cypher pattern comprehension done under https://github.com/memgraph/memgraph/issues/1310
Implement a solution to automatically create indices in Memgraph. Since edge-type indices are a lot more rare than label and label+property indices we might want to create separate flags automatically...
Currently `NameIdMapper` is very simple. The way it works is any time an entity characteristic in the graph is created an ID is being given to it using a single...
On ON_DISK_TRANSACTIONAL mode, when we run a full scan for a given storage accessor, we do cache the read in values from disk, but we do not do the same...
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...