Join Nostr
2025-11-17 11:19:02 UTC
in reply to

Kevin Åberg Kultalahti on Nostr: A proper SQLite database shouldn't have issues with this amount of traffic. D1 isn't ...

A proper SQLite database shouldn't have issues with this amount of traffic. D1 isn't just SQLite though, it's SQLite + an API.

I would try using SQLite-in-DO instead of using D1. There's a good blog post about it here: https://blog.cloudflare.com/sqlite-in-durable-objects/

Secondly I would look at splitting up the database into multiple databases.