Matteo Crosta
Frag's blog

Frag's blog

Follow
homebadgesnewsletter
Tag

PostgreSQL

#postgresql

More content

Read more stories on Hashnode


Articles with this tag

Mastering PostgreSQL Table Partitioning

Jul 27, 20237 min read

Table partitioning is a highly effective technique used to improve the performance of very large database tables. By dividing the table's content into...

Mastering PostgreSQL Table Partitioning

Howto: drop Postgres tables matching a pattern

Jul 27, 20201 min read

Suppose that your database has lots of tables, with similar names (maybe partitions of a bigger table?), here's a quick way to drop them in...

Howto: drop Postgres tables matching a pattern