Table Column Retrieval

Поиск
Список
Период
Сортировка
От dmp
Тема Table Column Retrieval
Дата
Msg-id op.u8j58vcc31pqp0@bindy.dandymade.net
обсуждение исходный текст
Ответы Re: Table Column Retrieval
Список pgsql-general
Recently I read that one of the distinctions between a standard database
and
a columnar one, which led to an increase in its efficiency, was and I
quote:

"Only relevant columns are retrieved (A row-wise database would pull
all columns and typically discard 80-95% of them)"

Is this true of PostgreSQL? That eventhough my query does not call for a
column it is still pulled from the table row(s). I know that my client via
the JDBC does not contain the data in the ResultSet for the column, because
of the packet monitoring I have done on queries.

danap

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