Reputation: 51
I am doing a POC to ingest data from Oracle to Ignite cluster and Fetch the data from Ignite in another application. When I created the Model and Cache, I specified the Key as String and value as Custom Object. Data loaded to cluster but then I querying "SELECT * FROM TB_USER" I am getting only two column, i.e. _KEY and _VAL. I am trying to get all the column from the TB_USER. What are the configuration required for this?
Upvotes: 0
Views: 145
Reputation: 3591
There are three ways of configuring SQL tables in Ignite:
Upvotes: 1