cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

folterj
Node Clone
since ‎12-20-2018
‎06-01-2022

User Statistics

  • 43 Posts
  • 1 Solutions
  • 15 Kudos given
  • 6 Kudos received

User Activity

After exporting UTF-8 characters to cypher using APOC (which works correctly), these are not imported correctly in neo4j. A simple reproducible example - file 'utf8_test.cypher' (confirmed format as 'UTF-8' encoding): :begin CREATE CONSTRAINT ON (nod...
Suspicious behaviour from the latest version of Neo4j Desktop. It's a bit hard to describe, but when starting up Neo4j Desktop something quite unusual happens. For lack of a better word, suspicious, almost feral behaviour really. I imagine it's just ...
It's important to be able to accurately estimate the size of datebases at time of design, especially if scaling is involved. This article describes the basic size calculations, and also includes an automated calculator: Neo4j Graph D...
What is the best way to run a multi-statement cypher query? I would like to run a small cypher query without running transactions in Java etc, simply for partial backup/restore purposes. As far as I understand this would be done using CSV or cypher. ...
When dropping indexed in Neo4j, subsequent starts show exceptions, looking for non-existing index files. As pre 3.5 indexes are now all deprecated, we need to move to the new format. So first I removed all current indexes using the drop index instruc...