22.10.2020 | CYBERTEC GuestSimple partitioning live data with Postgres
Partitioning data is a well known way to optimize big tables into smaller ones using a given attribute. And while creating a partitioned table structure itself is not complicated, the migration of a table on live system can be tricky. Our solution offers a simple way to solve this problem. The usual way can be summarized […]
Read more