Re: [Neo4j] First-class type property on relationships but not nodes; why?

2011-05-05 Thread Bobby Norton
I solved the node typing problem using http://wiki.neo4j.org/content/Design_Guide#Subreferences . This worked out well for starting traversals over all nodes of a particular type. Many of my traversal problems can be solved easily with a Pathfinder initialized with two subreference nodes to get

Re: [Neo4j] Relationships missing after restart?

2011-05-05 Thread Bobby Norton
I suspected it was either a dashboard issue or perhaps an indexing problem as we weren't missing any data. I've ruled out the indexes, so I guess we could call that a bug in the admin UI. As Peter alluded to, we encountered this after heavy churn where thousands of relationships were being rapidly

[Neo4j] neo4j RESTful endpoint load testing

2011-04-04 Thread Bobby Norton
Hey, Neo4j team, Do you guys have recent load testing results for the RESTful endpoints in the M05 release? For example, have you established a threshold for maximum POST's per second before the server's performance degrades for GET requests? My team is building some JMeter tests to hit RESTful

Re: [Neo4j] neo4j RESTful endpoint load testing

2011-04-04 Thread Bobby Norton
OK, good to know. Do you know which testing framework you'll use? As I mentioned, we're thinking JMeter, but I'd love to hear if you've found something better. On Mon, Apr 4, 2011 at 11:23 AM, Jim Webber j...@neotechnology.com wrote: Hi Bobby, As of now, we don't really have a good