Re: performance issue

Поиск
Список
Период
Сортировка
От Savita
Тема Re: performance issue
Дата
Msg-id 3DBCF0DB.1EBCACB2@india.hp.com
обсуждение исходный текст
Ответ на Re: performance issue  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы pb with insertion
Re: performance issue
Список pgsql-general
Hi,

I was looking for something like this.

InMssql when I use a query like selece a,b from some table where
a.x=b.y,then if a is having say 30000 records and b is having 4 records then
it will compare all the 30000 records with the 4 records one by one,but if I
make it where b.y=a.x then it will be faster.

I know with index I could increase the performance by 50 %,but what other
possibilities are there to improve the performance

Stephan Szabo wrote:

> On Mon, 28 Oct 2002, Savita wrote:
>
> > Using explain I am not able to get the detailed information.
>
> What information are you looking to get?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly

--
Best Regards
- Savita
----------------------------------------------------
Hewlett Packard (India)
+91 80 2051288 (Phone)
847 1288 (HP Telnet)
----------------------------------------------------



В списке pgsql-general по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: performance issue
Следующее
От: Florian Litot
Дата:
Сообщение: pb with insertion