Re: Detoasting optionally to make Explain-Analyze less misleading
От | Tomas Vondra |
---|---|
Тема | Re: Detoasting optionally to make Explain-Analyze less misleading |
Дата | |
Msg-id | 7b7d46b1-d6f7-eb10-55c9-aa45fce57781@enterprisedb.com обсуждение исходный текст |
Ответ на | Re: Detoasting optionally to make Explain-Analyze less misleading (stepan rutz <stepan.rutz@gmx.de>) |
Ответы |
Re: Detoasting optionally to make Explain-Analyze less misleading
|
Список | pgsql-hackers |
Hi, On 9/15/23 22:09, stepan rutz wrote: > Hi, > > please see a revised version yesterday's mail. The patch attached now > provides the following: > > EXPLAIN(ANALYZE,SERIALIZE) > > and > > EXPLAIN(ANALYZE,SERIALIZEBINARY) > I haven't looked at the patch in detail yet, but this option name looks a bit strange/inconsistent. Either it should be SERIALIZE_BINARY (to match other multi-word options), or maybe there should be just SERIALIZE with a parameter to determine text/binary (like FORMAT, for example). So we'd do either EXPLAIN (SERIALIZE) EXPLAIN (SERIALIZE TEXT) to get serialization to text (which I guess 99% of people will do), or EXPLAIN (SERIALIZE BINARY) to get binary. regards -- Tomas Vondra EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
В списке pgsql-hackers по дате отправления: