Re: Ignite on a server

2021-11-16 Thread Timothy Peng
Thank you Gianluca. Yes we have been using Ignite happily in the development environment. On Tue, Nov 16, 2021 at 5:38 PM Gianluca Bonetti wrote: > Hello Timothy > > I usually deploy on more servers, but just 2 to 4, I don't have larger > deployments. > I also have single server deployments. > I

Re: Ignite on a server

2021-11-16 Thread Gianluca Bonetti
Hello Timothy I usually deploy on more servers, but just 2 to 4, I don't have larger deployments. I also have single server deployments. In my opinion and personal experience, native Java integration by Ignite with persistent storage is definitely better than a "hybrid" solution (some other softwa

Re: Ignite on a server

2021-11-15 Thread Timothy Peng
@Surinder, @Ilya, Can you tell what's the advantages for memory storage compared to other products such as Redis? Thanks. On Tue, Nov 16, 2021 at 11:27 AM Surinder Mehra wrote: > So it is a very broad question. Sure you can use it for caching and > compute as well as it has enough cores. Depe

Re: Ignite on a server

2021-11-15 Thread Surinder Mehra
So it is a very broad question. Sure you can use it for caching and compute as well as it has enough cores. Depending upon your requirements, you can read about data grid part on ignite documentation to get details about various ignite cache configurations - in memory - in memory with cache stores

Re: Ignite on a server

2021-11-15 Thread Ilya Kazakov
Hello, Yes sure, you can use it. Why not. - Ilya вт, 16 нояб. 2021 г. в 11:04, Timothy Peng : > Hello > > I just have one dedicated server who has 128GB memory and 16 cores. > Can I deploy Ignite on this server and just use the memory cache feature? > > Thanks >