Hello everyone 🙂 I am building a application using ktor (server) and exposed. I was able to build the dao for the database. I was wondering how people approached caching the data so that the transactions are faster. Create a hashmap with the id of the item for each dao? Use a h2 database on top of mysql? If anyone has dealt with it feel free to make recommendations. Thank you in advance!
j
Joakim Forslund
03/21/2022, 2:48 AM
H2 with hikari would cover much of the base you need