Re: [HACKERS] Varying results when using merge joins over postgres_fdw vs hash joins

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Varying results when using merge joins over postgres_fdw vs hash joins
Дата
Msg-id 7098.1505925334@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Varying results when using merge joins overpostgres_fdw vs hash joins  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: [HACKERS] Varying results when using merge joins overpostgres_fdw vs hash joins  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
Peter Geoghegan <pg@bowt.ie> writes:
> I would like postgres_fdw to be taught about collation versioning, so
> that postgres_fdw's IMPORT could automatically do the right thing when
> ICU is in use. Maybe it's too early to discuss that, because we don't
> even support alternative collation provider collations as the
> database/cluster default collation just yet. FWIW, postgres_fdw +
> collations was one of the issues that made me believe in the long term
> strategic importance of ICU.

TBH, the more I learn about ICU, the less faith I have in the proposition
that it's going to fix anything at all for us in this area.  It seems to
be just about as squishy as glibc in terms of locale identification,
if not worse.
        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Varying results when using merge joins over postgres_fdw vs hash joins
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: [HACKERS] Varying results when using merge joins overpostgres_fdw vs hash joins