Re: Performance

From: "Diego Schvartzman" <dschvar(at)yahoo(dot)com>
To: "Lista PGSQL" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Performance
Date: 2000-05-18 21:40:37
Message-ID: 00d601bfc111$b475ff60$e80a0a0a@redfed8
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi !
I destroyed my db and created again, 'vacuum' it and seems to be everything
ok.
Now I'm getting this (wich is much better than before). Thanks all !

explain select * from d_cue where clave = '9400001';
NOTICE: QUERY PLAN:

Index Scan using d_cue_clave on d_cue (cost=0.00..1.69 rows=1 width=544)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Mascari 2000-05-18 23:05:48 Re: PostgreSQL cleartext passwords
Previous Message Tom Lane 2000-05-18 21:38:17 Re: PostgreSQL cleartext passwords