Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Docs Required, Release Notes Required
Description
We need an SQL API for executing queries, query management, and maybe other stuff like statistics management.
Let's consider
- sync, async and reactive ways for query execution and compare other vendor's API.
- potential integrations with frameworks like
- Reactor - rich API for working with reactive streams [1],
- R2DBC - reactive analog of JDBC [2]
- JOOQ - query builder. [3]
and then propose a draft of how SQL API could look like for further IEP.
[1] https://projectreactor.io/
[2] https://r2dbc.io/
[3] https://www.jooq.org/
Attachments
Attachments
Issue Links
- blocks
-
IGNITE-14972 Thin 3.0: Implement SQL API for java thin client
- Resolved
- is a child of
-
IGNITE-15497 [Ignite 3] Native SQL API.
- Open
- relates to
-
IGNITE-17038 Improve SQL API
- Resolved
- links to