Re: Statistics Import and Export
От | Tom Lane |
---|---|
Тема | Re: Statistics Import and Export |
Дата | |
Msg-id | 1707557.1740546344@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Statistics Import and Export (Corey Huinker <corey.huinker@gmail.com>) |
Ответы |
Re: Statistics Import and Export
|
Список | pgsql-hackers |
Corey Huinker <corey.huinker@gmail.com> writes: > Just to confirm, we ARE able to assume dense packing of attributes in an > index, and thus we can infer the attnum from the position of the attname in > the aggregated array, and there's no need to do a parallel array_agg of > attnums, yes? Yes, absolutely, there are no dropped columns in indexes. See upthread discussion. We could have avoided two sub-selects for attstattarget too, on the same principle: just collect them all and sort it out later. That'd risk bloating pg_dump's storage, although maybe we could have handled that by doing additional processing while inspecting the results of getIndexes' query, so as not to store anything in the common case. regards, tom lane
В списке pgsql-hackers по дате отправления: