Re: []performance issues

Christopher Kings-Lynne <chriskl@familyhealth.com.au>

From: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>
To: "Yaroslav Dmitriev" <yar@warlock.ru>
Cc: "PostgreSQL-development" <pgsql-hackers@postgresql.org>
Date: 2002-08-03T10:07:50Z
Lists: pgsql-hackers, pgsql-general
> So I am still interested in PostgreSQL's ability to deal with
> multimillon records tables.

Postgres has no problem with multimillion row tables - many people on this
list run them - just don't do sequential scans on them if you can't afford
the time it takes.

Chris