--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/55a8eb10-5ea1-49bd-9617-b24a96eee5a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
> Tried the same query with 100 concurrent requests on JMeter and it takes 9 seconds.what takes 9 seconds? 100 requests total all sent at the same time? or each request from jmeter takes 9 seconds? something else?> How does Neo4J's performance on similar infrastructure?Hard to answer that. I mean, 3.5 million edges is a nice size for Neo4j because the whole graph can fit in memory really easily. Once you warm up neo4j caches and get that graph in-memory, it's going to have no problems being "fast". I'm not an expert on Neptune, but I sense that like other graphs of its kind, it would do better when your graph could no longer fit in memory anymore.
On Tue, May 29, 2018 at 12:56 AM, 'Ashwin Biyani' via Gremlin-users <gremli...@googlegroups.com> wrote:
Hi All,Does anyone have performance data of AWS Neptune?We have 1 million vertices and 3.5 million edges loaded. I am running a little complex query with a limit as 10, it takes around 0.7 seconds to iterate and get data from all the 10 output vertices.Query:Object[] vertexIds = {"1000000954618","1000001253078","1000001359440","1000001359441","1000001359442"};GraphTraversal t = g.V(vertexIds).as("source").outE("associated").has("lift",P.gt(5000)).order().by("lift", Order.decr).as("lift").inV().as("target").select("source","target","lift"). by("product_code").by("product_code").by("lift").limit(10);Tried the same query with 100 concurrent requests on JMeter and it takes 9 seconds. Does anyone else have their findings on Neptune. Are we missing something here?How does Neo4J's performance on similar infrastructure?Thanks,Ashwin
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/55a8eb10-5ea1-49bd-9617-b24a96eee5a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAA-H439WF76qs4z0xx-ggmmKGbh3YEZtGMOnWSGP05uJ3mZRqw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CABjaGUnp-PMv9_i%3DRA9_co47DDTsk-X%3DTezGb9iqyecsmP8vkg%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/d75466ac-3fae-4306-9da1-98043ad5eceb%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/d75466ac-3fae-4306-9da1-98043ad5eceb%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/d75466ac-3fae-4306-9da1-98043ad5eceb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Gremlin-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gremlin-users/t_4T5fw-UZ8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CABjaGU%3DTbyg5%3D%3DZuH1Nt0Q5qW0ZcxEK0Q-%2BQudBMbEc53DtqkA%40mail.gmail.com.
Yes. I will follow up with Brad & Divij.Thanks,Bryan
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAC-oqZmg9x-AudmWHH2Po%2BFy%3DFE2Cdr1-DnqBkhr9gPmGR61Vw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/d75466ac-3fae-4306-9da1-98043ad5eceb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Gremlin-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gremlin-users/t_4T5fw-UZ8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CABjaGU%3DTbyg5%3D%3DZuH1Nt0Q5qW0ZcxEK0Q-%2BQudBMbEc53DtqkA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAC-oqZmg9x-AudmWHH2Po%2BFy%3DFE2Cdr1-DnqBkhr9gPmGR61Vw%40mail.gmail.com.