neo4j - Why are there so much nodes, relationships and properties in the dashboard? -


i'm new neo4j. installed few hours ago , started following tutorial described in guide. @ most, created 7 or 8 nodes, , 1 type of relationship (knows). i've reaopened neo4j , dashboard tells me there 1870 nodes, 1546 properties, , 2326 relationships. when go data browser, can see node 1870. still confuses me, after having seen posts: neo4j overview dashboard returns wrong node/relationship/property counts? or other one: why neo4j webadmin reporting incorrect node/relationship/property counts?

what i understood them dasboard doesn't show real quantity of nodes, relationships, etc. then, why can see node 1870? doesn't afect whatever graph i'm trying create? imagine affect it, , have delete .db dile start again? in advance

the dashboard should highest id in use nodes, rels , props - , not exact counts. id's requested in chunks that's why seeing difference.

for exact node count do:

start n=node(*) return count(n) 

Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -