You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by ght230 <gh...@163.com> on 2016/03/24 04:10:04 UTC

Is JDBC driver necessary for the storage used for Read-Through and Write-Through

I am going to try write-through and read-through to and from an underlying
persistent storage.

I would like to know about it if JDBC driver is necessary for the underlying
persistent storage.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-JDBC-driver-necessary-for-the-storage-used-for-Read-Through-and-Write-Through-tp3650.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Is JDBC driver necessary for the storage used for Read-Through and Write-Through

Posted by vkulichenko <va...@gmail.com>.
Yes, HBase can be also used as a persistence storage.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-JDBC-driver-necessary-for-the-storage-used-for-Read-Through-and-Write-Through-tp3650p3672.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Is JDBC driver necessary for the storage used for Read-Through and Write-Through

Posted by ght230 <gh...@163.com>.
Thank you very much!



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-JDBC-driver-necessary-for-the-storage-used-for-Read-Through-and-Write-Through-tp3650p3656.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Is JDBC driver necessary for the storage used for Read-Through and Write-Through

Posted by vkulichenko <va...@gmail.com>.
Persistence store is just an abstract CacheStore interface that will be
invoked by Ignite to perform write/read-through. It's up to you how this
interface will be implemented. It can interact with relational database
through JDBC, Hibernate, etc., with noSQL storage like Mongo, or any other
kind of storage.

Please refer to documentation [1] and examples [2] for more details.

[1] https://apacheignite.readme.io/docs/persistent-store
[2]
https://github.com/apache/ignite/tree/master/examples/src/main/java/org/apache/ignite/examples/datagrid/store

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-JDBC-driver-necessary-for-the-storage-used-for-Read-Through-and-Write-Through-tp3650p3653.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.