how to reduce bandwidth
My App use very small amount of data, but bandwith is more than 100Gb. How I may reduse this?
2 Replies
A couple resources:
https://docs.convex.dev/database/indexes/indexes-and-query-perf
https://stack.convex.dev/queries-that-scale
https://stack.convex.dev/databases-are-spreadsheets
https://search.convex.dev/?q=bandwidth
Introduction to Indexes and Query Performance | Convex Developer Hub
How do I ensure my Convex database queries
Queries that scale
As your app grows from tens to hundreds to thousands of users, there are some techniques that will keep your database queries snappy and efficient. I’...
Databases are Spreadsheets
I want to share my mental model of databases:
- Databases are just big spreadsheets
- An index is just a view of the spreadsheet sorted by one or mor...
Convex Developer Search
Search Docs, Stack, Discord all at once
Thank you, @ian