From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
To: | Greg Stark <stark(at)mit(dot)edu> |
Cc: | Tatsuo Ishii <ishii(at)postgresql(dot)org>, Matthew Kelly <mkelly(at)tripadvisor(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Geoghegan <pg(at)heroku(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Matthew Spilich <mspilich(at)tripadvisor(dot)com> |
Subject: | Re: Collations and Replication; Next Steps |
Date: | 2014-09-18 11:46:49 |
Message-ID: | 20140918114648.GC24527@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Sep 17, 2014 at 03:57:38PM +0100, Greg Stark wrote:
> Then there's the concern that ICU is a *huge* dependency. ICU is
> itself larger than the entire Postgres install. It's a big burden on
> users to have to install and configure a second collation library in
> addition to the system library and a complete non-starter for embedded
> systems or low-memory systems.
$ apt-cache show libicu52|grep Installed-Size
Installed-Size: 27283
That's 27MB or less than 2 WAL files. Or about 4 times the template
database, or which 3 are created during install and the first user
database will be a fourth.
The installed size of Postgres is 11MB not including any of the
libraries it already depends on.
Yes, it's not a small library but lets not get carried away.
And if it's optional then low memory systems can configure it out.
As for configuration, ICU doesn't require configuration just like glibc
doesn't require configuration.
Mvg,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> He who writes carelessly confesses thereby at the very outset that he does
> not attach much importance to his own thoughts.
-- Arthur Schopenhauer
From | Date | Subject | |
---|---|---|---|
Next Message | Marko Tiikkaja | 2014-09-18 11:48:12 | Re: Anonymous code block with parameters |
Previous Message | Pavel Stehule | 2014-09-18 11:44:47 | Re: Anonymous code block with parameters |