Skip to content
Advertisement

Tag: ignite

How to get Ignite Cache SQL Query to Return Value Object

I have a Postgres database configured as my persistence layer and would like to execute SQL queries against the Postgres tables cached in Ignite. Ideally, I’d like to execute a query on these caches and be returned the Value objects represented by these tables. SqlQuery gives me the functionality that I am looking for but is deprecated. SqlFieldsQuery would work,

Advertisement