This legacy API is no longer recommended . Some recommend Ising connection instead if unstable _noStore
here is how to do
import { unstable_noStore as noStore } from 'next/cache';
export default async function ServerComponent() {
noStore();
const result = await db.query(...);
...
} nostr:note1u29y57pv5j0fwcljz667wj0f9aaqnmwlvw7lsvk239agn4mm6xysce82mz