programing

Prisma with mariaDB: strange cache issue

css3 2023. 9. 12. 20:09

Prisma with mariaDB: strange cache issue

I am using prisma with mariaDB whit in my application. The app does a lot of equal request to the database. However, sometimes i got from database records that are just being delete, multiple times. This got me thinking that prisma or mariaDB have some type of cache to resolve multiple equal queries. I want to disable that. Any idea on how to approach this problem?

ReferenceURL : https://stackoverflow.com/questions/71202873/prisma-with-mariadb-strange-cache-issue