Performance

From: "G" <uk31267(at)pop(dot)uky(dot)edu>
To: "postGres-Gen" <pgsql-general(at)postgresql(dot)org>
Subject: Performance
Date: 1998-10-06 13:13:38
Message-ID: 000301bdf12b$21d273d0$36c1a380@rogue.ca.uky.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I currently us miniSql and have had problems with performance on a large
database. as an example I have a 30mg+ simple database each entry is date
stamped. When I request 1 years worth of data it take forever to return and
most of the time the browser times out. but when I request the data through
a CGI program using text files it is very quick. My question is does anyone
use postGres on databases that are the same or larger sizes than mine, and
could someone give me an idea of the performance.

in mSQL the query looks something like this :
-----------------

select * from table where date_stamp > 19970101 and date_stamp < 19980101

-----------------
table has 13 fields.

Thanks,

-G.

Browse pgsql-general by date

  From Date Subject
Next Message Greg Youngblood 1998-10-06 14:48:31 RE: [GENERAL] Still the problem with the autoincrement field
Previous Message Memphisto 1998-10-06 12:42:11 using datetime from C