Having a big table to
mapping, I’m thinking to divide it into more different physical table in
order to be able to tune better the used cache. What do you think about it ? Is
there any other possibility to find out the problem without divide the database
table ? I’m thinking to database table portioning and/or Hibernate query
result caching.
For instance We may have
the following scenario:
a
table containing all the bus stop around the world for each bus provider
a
Web Services to book a bus trip
If
we have just one bus provider mostly used how we can cache just its bus station
?
Thank in advance and best regards Renato.