Re: A cost issue in ORDER BY + LIMIT - Mailing list pgsql-hackers

From Zhang Mingli
Subject Re: A cost issue in ORDER BY + LIMIT
Date
Msg-id 447a7d6f-bac1-45c1-ab42-eceedeb8d789@Spark
Whole thread Raw
In response to A cost issue in ORDER BY + LIMIT  (Paul Guo <paulguo@gmail.com>)
List pgsql-hackers
HI,

What if the the rows of t1 is less than the limit number(ex: t1 has 5 rows, limit 10)?
Does it matter?


Regards,
Zhang Mingli
On Aug 6, 2022, 23:38 +0800, Paul Guo <paulguo@gmail.com>, wrote:

limit_tuples

pgsql-hackers by date:

Previous
From: Paul Guo
Date:
Subject: A cost issue in ORDER BY + LIMIT
Next
From: Tom Lane
Date:
Subject: Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints