Tom Copeland's Recent Posts

RSS Feeds

« The rubyforge gem and the RubyForge REST API | Main | Transferring gem namespaces on RubyForge »

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d83451d3c069e20120a6066f5a970c

Listed below are links to weblogs that reference Upgrading PostgreSQL with pg_migrator:

Comments

In a 150GB test, copy mode took 44 minutes, while link mode took 44 seconds, so link mode is indeed much faster.

The vacuumdb step recommended can be done after the server has been brought back up and made available again. That recomputes all of the database statistics used for making query plans, because those are lost during the migration. The expected case is that you might get crummy query optimization until it's finished. Nothing that requires you to keep the database down though.

@bruce, holy cow... maybe I'll try that then.

@greg, thanks! I'll do that next time.

The comments to this entry are closed.