| From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
|---|---|
| To: | Марк Коренберг <socketpair(at)gmail(dot)com> |
| Cc: | pgadmin-support(at)postgresql(dot)org |
| Subject: | Re: index only scans are not shown graphically |
| Date: | 2014-11-03 06:40:24 |
| Message-ID: | CAECtzeVyPF6dnpWuxREBhYOBqvkasfMB_o6N2v5-2HTWjnNd2A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers pgadmin-support |
Hi,
Le 30 oct. 2014 21:43, "Марк Коренберг" <socketpair(at)gmail(dot)com> a écrit :
>
> Linux Mint 17
>
> pdAdminIII 1.18.1 Jan 21 2014
>
>
> select id from incremental where id in (-10, 1,20,300000000)
>
>
> "Index Only Scan using incremental_pkey on public.incremental
> (cost=0.29..21.23 rows=4 width=4) (actual time=0.016..0.024 rows=2
> loops=1)"
> " Output: id"
> " Index Cond: (incremental.id = ANY ('{-10,1,20,300000000}'::integer[]))"
> " Heap Fetches: 2"
> " Buffers: shared hit=9"
> "Total runtime: 0.046 ms"
>
>
> shows question-mark icon instead of graphical plan representation
>
The question mark is used when we don't have a specific icon. The last new
nodes don't have that. We'll need to find someone to create icons for us.
If anybody's up for the job, that'd be great.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mads Jensen | 2014-11-03 08:53:50 | Some trivial patch |
| Previous Message | Ashesh Vashi | 2014-11-03 05:40:55 | Re: Fixed some issues related to Resource Group |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | J.F. Oster | 2014-11-03 18:07:57 | Re: index only scans are not shown graphically |
| Previous Message | Марк Коренберг | 2014-10-30 20:35:35 | index only scans are not shown graphically |