Re: Improve output of BitmapAnd EXPLAIN ANALYZE

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Improve output of BitmapAnd EXPLAIN ANALYZE
Дата
Msg-id 9810b77d-f00b-590a-e3bd-b6ff7b32e3ef@BlueTreble.com
обсуждение исходный текст
Ответ на Re: Improve output of BitmapAnd EXPLAIN ANALYZE  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Improve output of BitmapAnd EXPLAIN ANALYZE  (Emre Hasegeli <emre@hasegeli.com>)
Список pgsql-hackers
On 10/21/16 12:30 PM, Stephen Frost wrote:
> I don't see why we would want to stick 'N/A' in for the header, even if
> we are reporting the details, when we can provide a pretty reasonable
> number.

Because then it's absolutely clear that we don't have a valid rowcount, 
only a guess (and a guess that's potentially off by a lot).

No one is used to seeing "N/A" in explain, so when they do see it 
they'll immediately realize they don't know what's going on and hit 
google or the docs up. Otherwise they'll just think it's an accurate 
rowcount like for any other node...

> In particular, I certainly don't think we would want to report
> N/A sometimes (lossy case) and then an actual number other times (all
> exact case).  That strikes me as much more likely to be confusing.

Fair enough. I'd certainly rather have a constant N/A then a guess at 
the rowcount.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)   mobile: 512-569-9461



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

Предыдущее
От: Adam Brusselback
Дата:
Сообщение: Re: Indirect indexes
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Indirect indexes