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.

josef_richter
Node Link
since ‎01-31-2022
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

Is there some simple way to generate random data when playing with Neo4j browser, please? In other databases I can do something like this: FOR i IN 1..1000 INSERT { name: CONCAT("test", i), value: 100 + FLOOR(RAND() * (150 - 100 + 1)) } I...
Hi, I was wondering whether there's some rule of thumb when Neo4j starts making sense over something like Postgres. I guess I more or less understand the theory with constant time in graph db vs O log N in postgres' indexes. But what size of dataset ...
Kudos given to