Description
In Apache Ignite 1.8 the community is planning to release DML support.
To adopt DML usage we need to improve existed or add additional examples.
On ODBC side we can improve existed odbc_example by implementing the following scenario:
- fill up a cache using INSERT commands instead of cache.puts().
- execute existed SELECT statements.
- perform cache update using UPDATE statements.
- execute SELECT statements showing that the data has been changed.
- remove a part of the data from cache using DELETE command.
- execute SELECTs again.
Attachments
Issue Links
- is related to
-
IGNITE-4019 ODBC and DML: Document the usage on Apache Readme.io
- Closed
- links to