Re: [PERFORM] Massive performance issues

2005-09-02 Thread Akshay Mathur
Ron,

Can you give me some pointers to make the tables RAM resident. If one
does so, is the program accessing the data need to change. Does pgsql
take care to write the data to disk?

Regards,

akshay

---
Akshay Mathur
SMTS, Product Verification
AirTight Networks, Inc. (www.airtightnetworks.net)
O: +91 20 2588 1555 ext 205
F: +91 20 2588 1445
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ron
Sent: Friday, September 02, 2005 2:36 AM
To: Tom Lane; pgsql-performance@postgresql.org
Subject: Re: [PERFORM] Massive performance issues 

Even better, if the table(s) can be made RAM resident, then searches, 
even random ones, can be very fast.  He wants a 1000x performance 
improvement.  Going from disk resident to RAM resident should help 
greatly in attaining that goal.





---(end of broadcast)---
TIP 6: explain analyze is your friend


[PERFORM] Observation about db response time

2005-08-30 Thread Akshay Mathur








Hello Friends,



We were having a database in pgsql7.4.2 The database was
responding very slowly even after full vacuum analyze (select count(*) from some_table_having_18000_records was taking 18
Sec).



We took a backup of that db and restored it back. Now the
same db on same PC is responding fast (same query is taking 18 ms).



But we can't do the same as a solution of slow response. Do
anybody has faced similar problem? Is this due to any internal problem of
pgsql? Is there any clue to fasten the database?



Regards,



akshay





---

Akshay Mathur

SMTS, Product Verification

AirTight Networks, Inc.
(www.airtightnetworks.net)

O: +91 20 2588 1555 ext 205

F: +91 20 2588 1445










[PERFORM] Observation about db response time

2005-08-30 Thread akshay
Hello Friends,
We were having a database in pgsql7.4. The database was responding very
slowly even after full vacuum (select
count(*) from some_table_having_18000_records was taking 18 Sec).

We took a backup of that db and restored it back. Now the same db on
same PC is responding fast (same query is taking 18 ms).

But we can't do the same as a solution of slow response. Do anybody has
faced similar problem? Is this due to any internal problem of pgsql? Is
there any clue to fasteen the database?

Regards,

akshay




---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings