polyphase merge? - Mailing list pgsql-hackers

From Don Marvick
Subject polyphase merge?
Date
Msg-id d18e24870901290011m11689e6cy21855a0d77972437@mail.gmail.com
Whole thread Raw
Responses Re: polyphase merge?  (Don Marvick <donmarvick@gmail.com>)
List pgsql-hackers
Dear All,<br /><br />I apologize if this has been discussed before. I have tried to search to the mailing list and
couldnot find an exact answer.<br /><br />Currently, Postgres uses Knuth's Algorithm 5.4.2D to perform external merge
sort.IMHO the algorithm is designed for tapes. <br /><br />Why don't the simple text book merge pattern described in
KnuthPage 365 (5.4.9) is used for disk based system? The same merge pattern is also described in Ramakrishnan text book
andit is optimal if seek time is not counted, which of course not the real-world case.<br /><br />Best regards,<br
/><br/>Don<br /><br /> 

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Hot standby, recovery infra
Next
From: Heikki Linnakangas
Date:
Subject: Re: Hot standby, recovery infra