Re: [HACKERS] Slow count(*) again... - Mailing list pgsql-performance

From David Wilson
Subject Re: [HACKERS] Slow count(*) again...
Date
Msg-id AANLkTi=A-70EgJ8yWDCn4hbyCaA0nFJFA3+zedan=nLS@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Slow count(*) again...  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [HACKERS] Slow count(*) again...  (Samuel Gendler <sgendler@ideasculptor.com>)
List pgsql-performance


On Thu, Feb 3, 2011 at 6:05 PM, Robert Haas <robertmhaas@gmail.com> wrote:

If you want to randomly pick 10,000 rows out of all the rows that are
going to be inserted in the table without knowing in advance how many
there will be, how do you do that?

Reservoir sampling, as the most well-known option: http://en.wikipedia.org/wiki/Reservoir_sampling

--
- David T. Wilson
david.t.wilson@gmail.com

pgsql-performance by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: getting the most of out multi-core systems for repeated complex SELECT statements
Next
From: Samuel Gendler
Date:
Subject: Re: [HACKERS] Slow count(*) again...