Re: Re[4]: Run sql query on key-value cache

2021-03-17 Thread Igor Sapego
There is our DDL documentation, which describes in detail how one can create indexes on existing table [1]. It can be used with both C++ using SqlFieldsQuery and ODBC. Now regarding benefits of ODBC over C++ - there are definitely memory benefits if you are comparing ODBC and thick C++ client as t

Re: Re[4]: Run sql query on key-value cache

2021-03-16 Thread rakshita04
Hi team, I believe the example you mentioned above is using C++ - https://github.com/apache/ignite/blob/f37ec9eece4db627f2d5190e589f0522e445a251/modules/platforms/cpp/examples/query-example/src/query_example.cpp is there any performance or memory benefit is we use odbc rather than C++ API? We are

Re[4]: Run sql query on key-value cache

2021-03-12 Thread Zhenya Stanilovsky
schema for persistent cache will be stored into appropriate config.   >Hi Team, > >Thanks for the response. >If we create schema(table) with indexes using existing cache , will this >schema be created in memory? >in our existing xml config , we are using persistence for ignite node, will >apach