Search Postgresql Archives

Re: problem converting database to UTF-8

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



	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

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux