Quantcast
Channel: All – akquinet – Blog
Viewing all articles
Browse latest Browse all 133

PostgreSQL: Partitioning big tables (Part 1)

$
0
0
Dieser Artikel auf Deutsch Alongside various strategies for handling large amounts of data with indexes, PostgreSQL provides another feature: splitting the table with inheritance. This separation of a table’s data into different child tables is called “partitioning” in PostgreSQL. Because it does require a bit of effort to implement, and because there are also limitations […]

Viewing all articles
Browse latest Browse all 133

Trending Articles