Re: [Neo4j] length of property names

2011-08-10 Thread Niels Hoogeveen
I find myself using some pretty long property names, like org.neo4j.collections.graphdb.node_id and wonder if this has an impact on performance. Niels From: pd_aficion...@hotmail.com To: user@lists.neo4j.org Subject: length of property names Date: Mon, 8 Aug 2011 15:44:20 +0200 Quick

Re: [Neo4j] length of property names

2011-08-10 Thread Mattias Persson
No, none whatsoever (if you don't count the potentially slightly longer for-loop in String#equals which maps from String to internal ID (integer) used in Neo4j). 2011/8/10 Niels Hoogeveen pd_aficion...@hotmail.com I find myself using some pretty long property names, like

Re: [Neo4j] length of property names

2011-08-10 Thread Niels Hoogeveen
Thanks Mattias Date: Wed, 10 Aug 2011 15:25:24 +0200 From: matt...@neotechnology.com To: user@lists.neo4j.org Subject: Re: [Neo4j] length of property names No, none whatsoever (if you don't count the potentially slightly longer for-loop in String#equals which maps from String to internal