Re: Considering fractional paths in Append node - Mailing list pgsql-hackers

From Alena Rybakina
Subject Re: Considering fractional paths in Append node
Date
Msg-id 38b0e248-0ce4-4f16-9b6e-cb558b5014ee@postgrespro.ru
Whole thread Raw
In response to Re: Considering fractional paths in Append node  (Andrei Lepikhov <lepihov@gmail.com>)
Responses Re: Considering fractional paths in Append node
List pgsql-hackers
Hi! Thank you for your work on this subject.

I agree with your code but one phrase in commit message was confusing 
for me:

"This change is dedicated to more active usage of IndexScan and 
parameterised
NestLoop paths in partitioned cases under an Append node, as it already 
works
with plain tables."

As I understood this thread is about the optimization that allows 
considering Index Scan if we need the limited number of rows and
later the commit message contains it. I didn't understand completely the 
sentence above to be honest.


-- 
Regards,
Alena Rybakina
Postgres Professional




pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Add an option to skip loading missing publication to avoid logical replication failure
Next
From: Bertrand Drouvot
Date:
Subject: Re: [BUG]: the walsender does not update its IO statistics until it exits