[OSM-dev] The Rails Port: Populating the database
Andy Allan
gravitystorm at gmail.com
Fri Nov 28 15:39:01 GMT 2008
On Thu, Nov 27, 2008 at 11:19 PM, Roland Olbricht
<roland.olbricht at gmx.de> wrote:
> Is this normal? Even the uncompressed XML takes much less space. And I
> can't imagine that everybody else is using more than 120 GB of disk
> space for his local copy. As this is the first time I'm responsible for
> administrating the database, I might have made even a stupid mistake. So
> I would be grateful for any idea about this.
I don't have the exact times to hand, but it seems reasonable to me.
It's to be expected that the db will be at least the same size as the
xml - it's similarly uncompressed, and will have space between records
to reduce the change of updating a row requiring all the subsequent
rows to be moved, along with indexes and other implementation stuff
like that. And I'm not sure how many people run their own full version
of the db anyway - most people hacking on the rails_port just use
excerpts of a familar area to populate the db as an example.
Terabyte drives are fairly affordable :-)
Cheers,
Andy
More information about the dev
mailing list