pgsql: Fix extreme skew detection in Parallel Hash Join.

2024-10-17 Thread Thomas Munro
Fix extreme skew detection in Parallel Hash Join. After repartitioning the inner side of a hash join that would have exceeded the allowed size, we check if all the tuples from a parent partition moved to one child partition. That is evidence that it contains duplicate keys and later attempts to r

pgsql: Fix extreme skew detection in Parallel Hash Join.

2024-10-17 Thread Thomas Munro
Fix extreme skew detection in Parallel Hash Join. After repartitioning the inner side of a hash join that would have exceeded the allowed size, we check if all the tuples from a parent partition moved to one child partition. That is evidence that it contains duplicate keys and later attempts to r

pgsql: Fix extreme skew detection in Parallel Hash Join.

2024-10-17 Thread Thomas Munro
Fix extreme skew detection in Parallel Hash Join. After repartitioning the inner side of a hash join that would have exceeded the allowed size, we check if all the tuples from a parent partition moved to one child partition. That is evidence that it contains duplicate keys and later attempts to r

pgsql: Fix extreme skew detection in Parallel Hash Join.

2024-10-17 Thread Thomas Munro
Fix extreme skew detection in Parallel Hash Join. After repartitioning the inner side of a hash join that would have exceeded the allowed size, we check if all the tuples from a parent partition moved to one child partition. That is evidence that it contains duplicate keys and later attempts to r

pgsql: Fix extreme skew detection in Parallel Hash Join.

2024-10-17 Thread Thomas Munro
Fix extreme skew detection in Parallel Hash Join. After repartitioning the inner side of a hash join that would have exceeded the allowed size, we check if all the tuples from a parent partition moved to one child partition. That is evidence that it contains duplicate keys and later attempts to r

pgsql: Fix extreme skew detection in Parallel Hash Join.

2024-10-17 Thread Thomas Munro
Fix extreme skew detection in Parallel Hash Join. After repartitioning the inner side of a hash join that would have exceeded the allowed size, we check if all the tuples from a parent partition moved to one child partition. That is evidence that it contains duplicate keys and later attempts to r

pgsql: Fix extreme skew detection in Parallel Hash Join.

2024-10-17 Thread Thomas Munro
Fix extreme skew detection in Parallel Hash Join. After repartitioning the inner side of a hash join that would have exceeded the allowed size, we check if all the tuples from a parent partition moved to one child partition. That is evidence that it contains duplicate keys and later attempts to r