apoc
apoc copied to clipboard
Make apoc.map.fromNodes not OOM
Issue by jexp
Sunday Mar 31, 2019 at 12:02 GMT
Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1147
By using a primitive map if possible or an arraymap by using kernel api to load the data and ValueTypes to extract it.