Zoreslav
Zoreslav6mo ago

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
ian
ian6mo ago
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
Zoreslav
ZoreslavOP6mo ago
Thank you, @ian

Did you find this page helpful?