Re: [Neo4j] neo4j sharding / scaling

2015-07-15 Thread Chris Vest
Yes, it’s configurable with ` org.neo4j.server.webserver.maxthreads`: http://neo4j.com/docs/stable/server-configuration.html In embedded mode, the database has no control over how many transaction processing are accessing it. -- Chris Ves

Re: [Neo4j] neo4j sharding / scaling

2015-07-15 Thread Zongheng Yang
Thanks for the clear replies, Chris. One follow-up inline with the last point: On Wednesday, July 15, 2015 at 1:44:47 AM UTC-7, Chris Vest wrote: > > Replies inline > > -- > Chris Vest > System Engineer, Neo Technology > [ skype: mr.chrisvest, twitter: chvest ] > > > On 14 Jul 2015, at 23:18, Z

Re: [Neo4j] neo4j sharding / scaling

2015-07-15 Thread Chris Vest
Replies inline -- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chvest ] > On 14 Jul 2015, at 23:18, Zongheng Yang wrote: > > Hi All, > > I've been reading up on neo4j's scaling features, and would love to confirm > with some devs about the following: > > 1. Is

[Neo4j] neo4j sharding / scaling

2015-07-14 Thread Zongheng Yang
Hi All, I've been reading up on neo4j's scaling features, and would love to confirm with some devs about the following: 1. Is it correct that neo4j's scale-out feature (HA) is NOT available in the community version (I'm using 2.2)? This is an easy one from the docs, but just wondering if ther