|
|||||||||||
|
Re: [PERFORM] 7 hrs for a pg_restore?
From: Jeff Davis <pgsql(at)j-davis.com>
Date: Tue Feb 19 2008 - 13:23:23 EST
Are there lots of indexes on localized text attributes? If you have a big table with localized text (e.g. en_US.UTF-8), it can take a long time to build the indexes. If the file is 5GB compressed, I wouldn't be surprised if it took a long time to restore. Keep in mind, if you have several GB worth of indexes, they take up basically no space in the logical dump (just the "CREATE INDEX" command, and that's it). But they can take a lot of processor time to build up again, especially with localized text. Regards, Jeff Davis ---------------------------(end of broadcast)---------------------------TIP 4: Have you searched our list archives? http://archives.postgresql.org Received on Tue Feb 19 13:26:58 2008 This archive was generated by hypermail 2.1.8 : Wed Jun 18 2008 - 22:23:16 EDT |
||||||||||
|
|||||||||||