From: | Savita <savita(at)india(dot)hp(dot)com> |
---|---|
To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: How to find out about index |
Date: | 2002-10-09 09:15:41 |
Message-ID: | 3DA3F3BD.F80D0F5D@india.hp.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi all,
I have one more question regarding index.
I have 1 master table.
1 child table.
I am creating a view out of this two tables.
When I used explain command it is showing sqg scan on master table ,even
though I have created a index on some columns of master table
Any pointer???
Savita wrote:
> Hi all,
>
> I am new to postgre.I want to create index on some of the column.
>
> I just wanted to know that how to find out on which column we need to
> create index because using explain command I am not getting the clear
> picture as we get in oracle if we use the same explain plan command.
>
> I am unable to decide where should I create the index based on which
> criteria.
>
> Any help will be highly appreciated.
>
> --
> Best Regards
> - Savita
> ----------------------------------------------------
> Hewlett Packard (India)
> +91 80 2051288 (Phone)
> 847 1288 (HP Telnet)
> ----------------------------------------------------
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
--
Best Regards
- Savita
----------------------------------------------------
Hewlett Packard (India)
+91 80 2051288 (Phone)
847 1288 (HP Telnet)
----------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Hall | 2002-10-09 09:15:57 | Re: Installing PL/Python (progress!) |
Previous Message | Louis-Marie Croisez | 2002-10-09 09:08:46 | access time performance problem |