gvolfing

Results 12 issues of 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...

Docs needed

- [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....

feature
Importance - I2
Effort - Medium
Severity - S3
customer
Priority - Later
Capability - GraphQL

**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...

bug
Importance - I2
community
Effort - Medium
Severity - S2
Priority - Later

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...

feature
Docs needed
CI -build=debug -test=core
CI -build=release -test=e2e

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

community
Effort - Medium
Severity - S3
Priority - Later
Frequency - Weekly
Reach - Some

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...

Effort - Low
Severity - S2
customer
Priority - Later
Frequency - EveryTime
Reach - Some

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...

tech debt
Effort - Very High
Priority - Later

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...

feature
Effort - Very High
Priority - Later

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...

Effort - Medium
geospatial
Priority - Later