Re: FDW for PostgreSQL
Kohei KaiGai <kaigai@kaigai.gr.jp>
From: Kohei KaiGai <kaigai@kaigai.gr.jp>
To: Shigeru Hanada <shigeru.hanada@gmail.com>
Cc: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-11-22T09:30:06Z
Lists: pgsql-hackers
2012/11/22 Shigeru Hanada <shigeru.hanada@gmail.com>: > After playing with some big SQLs for testing, I came to feel that > showing every remote query in EXPLAIN output is annoying, especially > when SELECT * is unfolded to long column list. > > AFAIK no plan node shows so many information in a line, so I'm > inclined to make postgres_fdw to show it only when VERBOSE was > specified. This would make EXPLAIN output easy to read, even if many > foreign tables are used in a query. > > Thoughts? > Indeed, I also think it is reasonable solution. -- KaiGai Kohei <kaigai@kaigai.gr.jp>