Relative Content

Tag Archive for javaigniteapacheignite

Doubts regarding apache ignite as IMDb

I have to implement Apache Ignite as an in-memory database. In order to do that, I tried implementing a custom JDBC PojoStore from Apache Ignite. However, the implementation in the documentation is ambiguous. On startup, I want to load my entire database to my Ignite server and query the cached data from the client. What should I use?JDBC PojoStore or JDBC driver and SQL API for this requierment. Is there any example or external resources available for my requirement? It would be helpful even if there are some resources available for loadCache method.

Problem with customjdbcpojostore and loadCache in apache ignite

I have to implement Apache Ignite as an in-memory database. In order to do that, I tried implementing a custom JDBC PojoStore from Apache Ignite. However, the implementation in the documentation is ambiguous. On startup, I want to load my entire database to my Ignite server and query the cached data from the client. Is there any example or external resources available for my requirement? It would be helpful even if there are some resources available for loadCache method.

Problem with customjdbcpojostore in apache ignite

I have to implement Apache Ignite as an in-memory database. In order to do that, I tried implementing a custom JDBC PojoStore from Apache Ignite. However, the implementation in the documentation is ambiguous. On startup, I want to load my entire database to my Ignite server and query the cached data from the client. Is there any example or external resources available for my requirement?