Re: plan shape work - Mailing list pgsql-hackers

From Maciek Sakrejda
Subject Re: plan shape work
Date
Msg-id CADXhmgQ+m8PwO03_+FZWqzLs=zSATKhNy9ntdqoUM9y2ZhbDkA@mail.gmail.com
Whole thread Raw
In response to Re: plan shape work  (Tomas Vondra <tomas@vondra.me>)
Responses Re: plan shape work
List pgsql-hackers
+1, this seems like it could be very useful. A somewhat related issue
is being able to tie plan nodes back to the query text: it can be hard
to understand the planner's decisions if it's not even clear what part
of the query it's making decisions about. I'm sure this is not an easy
problem in general, but I wonder if you think that could be improved
in the course of this work, or if you have other thoughts about it.

Thanks,
Maciek



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: proposal: schema variables
Next
From: Masahiko Sawada
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart