Skip to content
Discussion options

You must be logged in to vote
  • Wire compatibility (your prerequisite question).
    The 2.6 client line does work against a 3.0 server — the protocol evolves additively, so existing 2.6 interfaces continue to work as-is. What you cannot do from the 2.6 client is reach the new 3.0 capabilities: the first-class TEXT type, in-kernel GROUP BY/ORDER BY/aggregates, SearchAggregation, native cursor iteration (SearchIteratorV2Info/QueryIteratorCursor). So 3.0 support is not an all-or-nothing port — it's a progressive migration: your existing 2.6 SQL layer keeps working unchanged, and you adopt the 3.x client only when (and where) you want to unlock the new server-side features. That's a comfortable position: nothing forces the s…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Neko1313
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants