I use the database for persistent storage of data in the web app, similar to an inventory. It has approximately 5,000 rows (small project), nine RPC functions, and an edge function handled by a cron job running on Supabase. Should I be concerned about the free tier? I'm also worried about traffic spikes. Will that be an issue?
Since the project is small, should I be concerned about having too many RPCs and no external cache? Am I reading too many articles about architecture meant for bigger projects? I also want to know more about PostgreSQL. What's the best source other than the documentation?
The user is concerned about the limitations of the free tier for their small project, which includes a database with 5,000 rows, nine RPC functions, and an edge function. They are worried about handling traffic spikes and the impact of not using an external cache. Additionally, they seek resources to learn more about PostgreSQL beyond the official documentation.