Re: speeding up table creation
От
Craig Ringer
Тема
Re: speeding up table creation
Дата
Msg-id
48F5953C.2010108@postnewspapers.com.au
Ответ на
Re: speeding up table creation (Steve Crawford)
Список
Дерево обсуждения
speeding up table creation "Rainer Mager" <rainer@vanten.com>
Re: speeding up table creation Steve Crawford <scrawford@pinpointresearch.com>
Re: speeding up table creation Craig Ringer <craig@postnewspapers.com.au>
Re: speeding up table creation "Scott Marlowe" <scott.marlowe@gmail.com>
Steve Crawford wrote: > You cannot keep the data in memory (that is, you can't disable writing > to the disk). But since you don't care about data loss, you could turn > off fsync in postgresql.conf. From a test perspective you should be fine > - it will only be an issue in the event of a crash and then you can just > restart with a fresh load. Remember, however, that any performance > benchmarks won't translate to production use (of course they don't > translate if you are using ramdisk anyway). Another thing that may really help, if you're not already doing it, is to do all your schema creation inside a single transaction - at least assuming you can't use the template database approach. -- Craig Ringer
В списке pgsql-performance по дате отправления