Hi Sanne,
I am implementing a solution using hibernate search which has 11+ records to index in a clustered environment.
I have the following three options.
1) Remote Directory: As we plan to deploy our app on EC2 instances and mounting to remote directory to another EC2 is really tough or impossible. And S3 could be used but it looks this has performance issues.
2) Infinispan directory: If I understand correctly, infinispan is in memory storage and with huge data it may hit the performance of application.
3) JMS/JGroups: This looks to be promising. But do I need any other JMS server we deploy it on tomcat?
please suggest if we could use infinispan?
|