A quick intro into partitioning for PostgreSQL
Database partitioning is a process that involves breaking down a large database table into smaller, more manageable parts. The best part is doing so helps increase performance since now, you don't have to run your queries against a billion records an...
hewa.me4 min read