alexanoid
alexanoid
Additionally, with the help of `apoc.cypher.mapParallel2`, I can parallelize only a specific part of the query. This is a feature which is not available with the PARALLEL runtime. With `apoc.cypher.mapParallel2`...
I also faced the following one https://stackoverflow.com/questions/76975204/neo4j-access-to-record-went-out-of-bounds-of-the-page-migration-neo4j-5-5-0-to ``` org.neo4j.driver.exceptions.DatabaseException: Access to record Node[79841,used=false,created=false,rel=-1,prop=-1,labels=Inline(0x0:[]),light,fixedRefs=false] went out of bounds of the page. The record size is 15 bytes, and the access was...
The same issue is still present with Neo4j 5.12.0
**Steps to reproduce:** Please start the following database with Neo4j 5.12.0 Community Edition. I run it in Docker. [data.zip](https://github.com/neo4j/neo4j/files/12774362/data.zip) database username: neo4j database password: neo4j12345 ans execute the following query:...
@vga91 Thank you! Version 5.9.0 is exactly the version in which I first encountered this issue. I have been waiting for new versions in the hope that the problem would...
Thank you for addressing this. Is there a chance that it will be fixed soon?
@vga91 Thanks for sorting this out! Could you please take a look at this one: https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/3836 ? I noticed some performance degradation.
@henriknyman Sorry for my late response. I am currently tied up with renewing my Neo4j startup license. As soon as I extend it, I'll get back to this issue
In which version will this fix be released? I tried [24.4.0.rc2](https://github.com/vaadin/platform/releases/tag/24.4.0.rc2) but it still doesn't work.
@Artur- I tried with 24.4.1, the same problem