Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Kevin Gallardo
Kevin Gallardo(Deactivated)Labels
Fix versions
Components
Sprint
Priority
Created August 10, 2015 at 10:37 AM
Updated June 29, 2016 at 3:19 PM
Resolved February 10, 2016 at 4:04 PM
The goal is to wrap existing types of statements into their equivalent for graph, thus matching graph requirements.
Add a
GraphStatement
which has the same purpose thanSimple/RegularStatement
.Add a
PreparedGraphStatement
which has the same purpose thanPreparedStatement
.Add a
BoundGraphStatement
which has the same purpose thanBoundStatement
.Every graph statement will allow setting graph specific settings :
We also need to implement the logic for routing prepared queries by using the DSE Graph id allocation algorithm.