0
votes

I am building a Java based online application using Java and Ignite. Ignite is used an in memory store/cache and also for data persistence for the application. My question is if I should deploy Ignite in a separate server or should it reside int the same server as the application?

1

1 Answers

0
votes

You can do it both ways, it's up to you.