> Why not do something simpler first and validate that by adding a cache on the database access?That is also an option but I'm not sure how well that would scale in the long run. I think that we will later need to be able to host multiple instances in an environment like OpenShift where I'm not sure if a relational database is the best choice. Having a relational database might not really be needed either, but was chosen mainly because that was the most familiar and quickest solution at the time to have persistence of some sort.
I agree. We should not spend time on trying to speed up a relational database when we are very likely not going to use one in the future and it doesn't seem like the right fit for this implementation anyway.
_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev