--
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/80e41029-5402-4d8f-8224-801f0fcb6704%40googlegroups.com.
Depends on what sort of 'bindings' we're talking about. Groovy script or Bytecode? Only groovy script is compiled and cached. The use of script parameters will offer potential performance improvement. Bytecode bindings are futile.
Robert Dale
On Fri, Jan 5, 2018 at 10:38 AM, Kelvin Lawrence <kelvin.r...@gmail.com> wrote:
Bindings can offer a significant performance boost as the Gremlin server (say) can compile and cache a query knowing that if it comes in again it can just reuse it and apply the bound parameters. I am not familiar with Neptune enough to know if it offers alternative ways to achieve the same thing but in projects I have worked on we have tended to recommend people use bindings for the reason I mentioned above.
On Friday, January 5, 2018 at 9:21:36 AM UTC-6, dap...@gmail.com wrote:I'm seeing that AWS Neptune will not support bindings, but can't get my head around the implications of this sort of constraint. Are there any performance benefits to sending queries with bound variables? Is a lack of support for bindings a deal breaker? Or is it just a convenience feature? Any insights into this would be greatly appreciated!
--
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 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/36d19614-d2e3-4e4a-9334-50263b3a1ed7%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/c3cf3de4-fa58-4b7b-b648-df7174ce93b5%40googlegroups.com.
Depending on your graph provider, using Bindings may or may not add much value.
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/2155ac60-1f81-4c59-bbea-0149113fc976%40googlegroups.com.
Using GLVs (i.e. sending via bytecode) is the recommended way to connect to Neptune since it provides the customers with the ability to write Gremlin in language of their choice. From what I understand, Gremlin Java script (correct me if I am wrong Stephen) is right around the corner and you would be able to use the JS GLV very soon.
As far as performance implications of using different clients is concerned, Neptune will have the same characteristics as other Tinkerpop enabled implementations and would behave the same way
--
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/7b2a3172-2102-495a-ac19-f571b43cf3d8%40googlegroups.com.
yes - gremlin-javascript is in the final rounds of review right now:
On Tue, Jan 9, 2018 at 12:15 PM, Divij Vaidya <divijv...@gmail.com> wrote:
Using GLVs (i.e. sending via bytecode) is the recommended way to connect to Neptune since it provides the customers with the ability to write Gremlin in language of their choice. From what I understand, Gremlin Java script (correct me if I am wrong Stephen) is right around the corner and you would be able to use the JS GLV very soon.
As far as performance implications of using different clients is concerned, Neptune will have the same characteristics as other Tinkerpop enabled implementations and would behave the same way
--
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.