Re: WIP Patch: Use sortedness of CSV foreign tables for query planning

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: WIP Patch: Use sortedness of CSV foreign tables for query planning
Дата
Msg-id 501A64750200002500049353@gw.wicourts.gov
обсуждение исходный текст
Ответ на WIP Patch: Use sortedness of CSV foreign tables for query planning  ("Etsuro Fujita" <fujita.etsuro@lab.ntt.co.jp>)
Ответы Re: WIP Patch: Use sortedness of CSV foreign tables for query planning
Список pgsql-hackers
"Etsuro Fujita" <fujita.etsuro@lab.ntt.co.jp> wrote:
> I would like to propose single-column sortedness options and
> insert appropriate pathkeys into the ForeignPath node based on
> these information:
> 
>  sorted: Boolean option to specify whether data file is sorted by
>      a column.
>  key: Specifies the name of a column by which data file is sorted.
>      Required when the above option is set to true.
>  direction: Specifies the sort order: asc or desc.  The default is
>      asc.
>  nulls: Specifies that nulls sort before or after non-nulls: first
>      or last.  first is the default when direction option is set
>      desc.  When direction option is not set desc, last is the
>      default.
For character-based columns, don't we need to know the collation?
-Kevin


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: avoid unnecessary failure to open restored WAL files
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Help me develop new commit_delay advice