Hello Andrey,

SQL queries work only with data that is already loaded into Ignite cache
and does not trigger any cache store loads. If the cache is empty, the
query will return empty result set.

You need to pre-load data from store to Ignite cache before running an SQL
query [1]

-- AG

[1] https://apacheignite.readme.io/docs/data-loading

Reply via email to