Re: Randomisation for ensuring nlogn complexity in quicksort

From: jasmine <jasminesam183(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Randomisation for ensuring nlogn complexity in quicksort
Date: 2013-07-01 11:42:04
Message-ID: 1372678924878-5762011.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

My PostgresSQL (9.2) is crashing after certain load tests. Currently,
postgressql is crashing when simulatenously 800 to 1000 threads are run on a
10 million records schema. Not sure, if we have to tweak some more
parameters of postgres.

-----
jasmine
--
View this message in context: http://postgresql.1045698.n5.nabble.com/Randomisation-for-ensuring-nlogn-complexity-in-quicksort-tp5761907p5762011.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2013-07-01 11:43:33 Re: Review: Display number of changed rows since last analyze
Previous Message Robert Haas 2013-07-01 11:40:10 Re: Request for Patch Feedback: Lag & Lead Window Functions Can Ignore Nulls