Re: Performance with very large tables - Mailing list pgsql-general

From Richard Huxton
Subject Re: Performance with very large tables
Date
Msg-id 45AB64E6.5090801@archonet.com
Whole thread Raw
In response to Re: Performance with very large tables  ("Shoaib Mir" <shoaibmir@gmail.com>)
Responses Re: Performance with very large tables  ("Shoaib Mir" <shoaibmir@gmail.com>)
List pgsql-general
Shoaib Mir wrote:
> You can also opt for partitioning the tables and this way select will only
> get the data from the required partition.

Not in the case of SELECT * FROM <table> though. Unless you access the
specific partitioned table.

> On 1/15/07, Richard Huxton <dev@archonet.com> wrote:
>>
>> Jan van der Weijde wrote:
>> > Hello all,
>> >
>> > one of our customers is using PostgreSQL with tables containing
>> millions
>> > of records. A simple 'SELECT * FROM <table>'  takes way too much
>> time in
>> > that case, so we have advised him to use the LIMIT and OFFSET clauses.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: "Jan van der Weijde"
Date:
Subject: Re: Performance with very large tables
Next
From: Richard Huxton
Date:
Subject: Re: Performance with very large tables