Advanced partition matching for partition-wise join
Earlier I had written a blog about partition-wise join in PostgreSQL. In that blog, I had talked about an advanced partition matching technique which will allow partition-wise join to be used in more cases. In this blog we will discuss this technique in detail. To recap, the basic partition matching technique allows a join between two […]