Re: [Neo4j] PropertyRecord claims to have more property blocks than can fit in a record

2020-11-25 Thread 'Michael Hunger' via Neo4j
Hi, seems to be a issue with your store. What is your database version? Perhaps neo4j-admin copy would help for creating a fixed version of the store. Michael Join our new Community Site & Forum On Wed, Nov 25, 2020 at 12:10 PM Filippo Grazioli wrote: > > Hello,

[Neo4j] I need to match using 4 different logic in a sequence each time a match is not found. How can I accomplish this?

2020-11-25 Thread 'Shanthi Viswanathan' via Neo4j
I have 2 nodes employees and contractors. I get a name either with id or not. If I get the id then match on id and if not match on name. First match is against employees followed by contractor. If I do not get a match then do a fuzy match with the name first for employee node and then contracto

[Neo4j] PropertyRecord claims to have more property blocks than can fit in a record

2020-11-25 Thread Filippo Grazioli
Hello, I have a graph with 300k nodes and 4M relationships. I'd like to query all triples: MATCH p=()-[]->() RETURN p I get the following error: Neo.DatabaseError.Statement.ExecutionFailed org.neo4j.io.pagecache .CursorException: PropertyRecord claims to have more property blocks than can fi