Use HyperLogLog to build a simple database for a social media site. Use hstore to create a quick & dirty prototype with integer IDs. The easiest way to do this is to maintain a counter on every post in the posts table. Scaling up is the new (and old) scaling out.

16m read timeFrom supabase.com
Post cover image
Table of contents
Experiment setupHow should we do it?Writing a test suite before the CPUs get hot and heavyBack to trying things outSo what's the best way to do it?More Postgres resources
1 Comment

Sort: