Hello! Please refer to this page: https://apacheignite.readme.io/docs/indexes
In short, you can use CREATE TABLE or GetOrCreateCache indexedTypes+annotations or QueryEntities. All of those are compatible with DataStreamer as long as type name and field/column names match. By default caches do not have corresponding tables. Regards, -- Ilya Kasnacheev вт, 26 февр. 2019 г. в 21:35, Mike Needham <[email protected]>: > Hi All, > > I have a cache that I have loaded using the DataStreamer and can confirm > there is a cache created by using the ignitevisor utility with the cache > command. I cannot query it from any JDBC tools and am not sure why. Do I > need to use a CREATE TABLE syntax in order for this to work instead of the > GetOrCreateCache<>(CacheName). Or is there someother thing on the config > side that I am missiung > > Any help appreciated as I am just starting to evaluate this for a project. > > > -- > *Some days it just not worth chewing through the restraints* >
