Hi SCott

access will be driven by data loads on the other end. I am looking at odbc
and rest access which will be used to load data into SQL server

here is a base of how it will look

class data
{
 timespan loaddate 
 string item
string value
}

class alldata
{
   list<data> records
}


then when we query it will be something like this

select item, value,loaddate from cache where loaddate > somevalue and key =
somevalue

They will likely run ETL with joins to the cache on key and date.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to