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
'programing' 카테고리의 다른 글
fatal: 현재 분기의 업스트림 분기가 현재 분기의 이름과 일치하지 않습니다. (0) | 2023.09.12 |
---|---|
AJAX로 RSS 피드 로드하기: Google 피드 API의 대안? (0) | 2023.09.12 |
phonegap: 쿠키 기반 인증(PHP)이 작동하지 않음 [webview] (0) | 2023.09.12 |
함수 호출 전에 (공백) 사용 (0) | 2023.09.12 |
MariaDB UPDATE ROW_COUNT (0) | 2023.09.12 |