Re: range_agg

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: range_agg
Дата
Msg-id 20190506220703.GG28936@fetter.org
обсуждение исходный текст
Ответ на Re: range_agg  (Paul Jungwirth <pj@illuminatedcomputing.com>)
Ответы Re: range_agg  (Paul Jungwirth <pj@illuminatedcomputing.com>)
Список pgsql-hackers
On Mon, May 06, 2019 at 11:19:27AM -0700, Paul Jungwirth wrote:
> On 5/3/19 6:41 PM, David Fetter wrote:
> > This suggests two different ways to extend ranges over aggregation:
> > one which is a union of (in general) disjoint intervals, two others
> > are a union of intervals, each of which has a weight.
> > . . .
> > I think the cases above, or at least the first two of them, should be
> > available. They could be called range_agg, weighted_range_agg, and
> > covering_range_agg.
> 
> Thanks David! I think these two new functions make sense. Before I implement
> them too I wonder if anyone else has uses for them?

I suspect that if you build it, the will come, "they" being anyone who
has to schedule coverage, check usage of a resource over time, etc. Is
this something you want help with at some level? Coding, testing,
promoting...

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Melanie Plageman
Дата:
Сообщение: Re: accounting for memory used for BufFile during hash joins
Следующее
От: Tom Lane
Дата:
Сообщение: Re: _bt_split(), and the risk of OOM before its critical section