Hi, vkulichenko,

Thanks for your reply!

I want to make some independent mysql instances as a cluster, you know that
single instance can not handle the rapid business.
So data in one table can be split into different instances, like HBase.
Such the cluster is scaled out.
But the cross join and some other aggregate operation is difficult for
client user. So i want a compute framework to handle this.
I have checked spark, and it can do so, but not complete SQL
support(subquery not supported and etc), and the
performance is not so good for oltp.
So I want to know if ignite is suitable for this situation?



2015-07-25 14:41 GMT+08:00 vkulichenko <[email protected]>:

> Hi Louis,
>
> The short answer is Yes. You can have several caches having different
> implementations of CacheStore interface (i.e., with different persistence
> logic).
>
> Can you clarify your use case a bit, so that I can give you more detailed
> advice?
>
> -Val
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Question-about-persistent-database-tp715p716.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to