Re: Decreasing BLKSZ

Поиск
Список
Период
Сортировка
От Bucky Jordan
Тема Re: Decreasing BLKSZ
Дата
Msg-id 78ED28FACE63744386D68D8A9D1CF5D4209ADF@MAIL.corp.lumeta.com
обсуждение исходный текст
Ответ на Re: Decreasing BLKSZ  ("Marc Morin" <marc@sandvine.com>)
Список pgsql-performance
>
> So, I'd like my cake and eat it too... :-)
>
> I'd like to have my indexes built as rows are inserted into the
> partition so help with the drill down...
>
So you want to drill down so fine grained that summary tables don't do
much good? Keep in mind, even if you roll up only two records, that's
half as many you have to process (be it for drill down or index).

I've seen applications that have a log table with no indexes/constraints
and lots of records being inserted, then they only report on very fine
grained summary tables. Drill downs still work pretty well, but if you
get audited and want to see that specific action, well, you're in for a
bit of a wait, but hopefully that doesn't happen too often.

If that's the case (summary tables won't work), I'd be very curious how
you manage to get your cake and eat it too :)

- Bucky

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Merge Join vs Nested Loop
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: Decreasing BLKSZ