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. In part one, we described the pro and cons of this method and its conditions of […]
