Hacker News new | ask | show | jobs
by kristoff200512 392 days ago
I checked the Vercel logs and found that many crawlers are scraping my pages, which leads to frequent database queries. Since Neon doesn't have caching, the data transfer is being consumed very quickly, and I'm currently using Prisma. Now I'm planning to migrate to Supabase and use supabase-js.
1 comments

(Prisma team member here)

Try Prisma Postgres: prisma.io/postgres

No data transfer costs at all, and built-in caching across 300+ global PoPs (still valuable to decrease latency): https://www.prisma.io/docs/postgres/database/caching