Re: Thoughts on statistics for continuously advancing columns
От | Tom Lane |
---|---|
Тема | Re: Thoughts on statistics for continuously advancing columns |
Дата | |
Msg-id | 7216.1262142513@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Thoughts on statistics for continuously advancing columns (Josh Berkus <josh@agliodbs.com>) |
Ответы |
Re: Thoughts on statistics for continuously
advancing columns
Re: Thoughts on statistics for continuously advancing columns Re: Thoughts on statistics for continuously advancing columns |
Список | pgsql-hackers |
Josh Berkus <josh@agliodbs.com> writes: > My thoughts on dealing with this intelligently without a major change to > statstics gathering went along these lines: > 1. add columns to pg_statistic to hold estimates of upper and lower > bounds growth between analyzes. This seems like a fundamentally broken approach, first because "time between analyzes" is not even approximately a constant, and second because it assumes that we have a distance metric for all datatypes. (Note that convert_to_scalar does not assume that it can measure arbitrary distances, but only fractions *within* a histogram bucket; and even that is pretty shaky.) I don't have a better idea at the moment :-( regards, tom lane
В списке pgsql-hackers по дате отправления: