Huge Data

From: Sezai YILMAZ <sezai(dot)yilmaz(at)pro-g(dot)com(dot)tr>
To: pgsql-general(at)postgresql(dot)org
Subject: Huge Data
Date: 2004-01-14 11:11:42
Message-ID: 400523EE.3050508@pro-g.com.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I use PostgreSQL 7.4 for storing huge amount of data. For example 7
million rows. But when I run the query "select count(*) from table;", it
results after about 120 seconds. Is this result normal for such a huge
table? Is there any methods for speed up the querying time? The huge
table has integer primary key and some other indexes for other columns.

The hardware is: PIII 800 MHz processor, 512 MB RAM, and IDE hard disk
drive.

-sezai

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Együd Csaba 2004-01-14 11:42:42 Using regular expressions in LIKE
Previous Message Andrei Ivanov 2004-01-14 10:50:45 Re: dump/restore problem