atlarge-research / graphalytics-platforms-neo4j

Apache License 2.0
5 stars 6 forks source link

Multisession testing of Neo4j. #15

Open dmkoltsov opened 4 years ago

dmkoltsov commented 4 years ago

Hello, colleagues!

It's strange. May be I've missed some details of configuration settings of this benchmark. But for example - for now I can't see the opportunity to execute WCC benchmark with more than one client session to Neo4j DBMS. And even multiple benchmark executions simultaneously won't help because each execution will run in separate JVM machine with own DBMS instance ! Hence there is no way to evaluate scalability of Neo4j under WCC load.

Could you, please, inform if there is some way to execute WCC benchmark with multisession/multiclient load for Neo4j in opposite to current oneclient/onethread WCC execution ?

szarnyasg commented 4 years ago

Hi @dmkoltsov , see our discussion on issue #16 - client-server setup is currently not supported.

szarnyasg commented 4 years ago

It seems this is closely related to issue #1.