Is ES good to be used as a cache manager, in order to access data without going to the database everytime you need it.
I have loads of tables with relations between them, my persistence layer can manage to insert/update/delete in the cache on every operation but my main question is what is the best way to quickly synchronize the cache with the database on 1st startup if there is corruption or whatever that needs to populate the cache again?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.