Can Ignite support this level of concurrency?
We are an online game project and we are considering using Ignite (version:2.14 java17) as a storage cache, with MongoDB (with write-behind enabled) as the backend database.
Data not getting cached while implementing Apache ignite as IMDb
I want to implement Apache ignite as in memory database so that the data retrieval will be faster. I’ve tried implementing the Key-Value API of Apache Ignite. But as my requirement got changed, I’m trying to implement using SQL API.
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?