#How should I handle rate limiting?
1 messages · Page 1 of 1 (latest)
Thank you 🙂 , I looked at the example you sent. I should have asked my question more clearly; I know how to do it with convex, but I want to know whether convex DB is suitable for it. For instance, I've read in many places that PostgreSQL databases are not suitable for storing and reading rate limits, and shouldn't be used for it. Redis is recommended instead. Is Convex DB technically suitable for this?
Yes, Convex is well suited for this.