Re: problem converting database to UTF-8

Поиск
Список
Период
Сортировка
От Daniel Verite
Тема Re: problem converting database to UTF-8
Дата
Msg-id af4ba1de-fb60-4ef1-9a80-2eae105200a8@mm
обсуждение исходный текст
Ответ на Re: problem converting database to UTF-8  (Alan Hodgson <ahodgson@simkin.ca>)
Список pgsql-general
    Alan Hodgson wrote:

> Yeah it does. iconv buffers everything in memory, as I recall.
>
> However, you can "split" the file into manageable pieces, run each
through
> iconv, and recombine afterwards.

Another way is to just use GNU recode for large files instead of iconv.
It's slower but doesn't need much memory, contrary to iconv that indeed
seems to want the entire stream in memory before proceeding.

 Best regards,
--
 Daniel
 PostgreSQL-powered mail user agent and storage:
http://www.manitou-mail.org

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

Предыдущее
От: Alan Hodgson
Дата:
Сообщение: Re: problem converting database to UTF-8
Следующее
От: Vladimir Konrad
Дата:
Сообщение: Re: problem converting database to UTF-8