Re: Threads are unresponsive for some time after a particular amount of data transfer(119MB)
Vinayak Bali
Hi Marc, I am using cluster mode to connect to janusgraph after creating the gremlin query. A sample of code is as follows: Cluster cluster = Cluster.build().addContactPoint("xx.xx.xx.xx") .port(8182) .serializer(serializer) .resultIterationBatchSize(512) .maxContentLength(maxContentLength) .create(); Client connect = cluster.connect(); ResultSet submit = connect.submit(gremlin, options); I went through many blogs, but not any useful information to run it in embedded mode. Also, is there any way to load data from the backend to in-memory to speed up performance? Request you to guide me to solve the issues: 1. Connecting in embedded mode to bypass the gremlin driver issue. 2. Loading up data in backend into in-memory to speed up performance. Thanks & Regards, Vinayak On Mon, Mar 15, 2021 at 12:21 PM <hadoopmarc@...> wrote: Hi Vinayak, |
|