Re: Need help to organize database
От
Bruno Wolff III
Тема
Re: Need help to organize database
Дата
Msg-id
20041222032747.GB24372@wolff.to
Ответ на
Re: Need help to organize database (Frank D. Engel, Jr.)
Список
Дерево обсуждения
Need help to organize database "Vladimir S. Petukhov" <vladimir@sycore.org>
Re: Need help to organize database Bruno Wolff III <bruno@wolff.to>
Re: Need help to organize database "Vladimir S. Petukhov" <vladimir@sycore.org>
Re: Need help to organize database "Frank D. Engel, Jr." <fde101@fjrhome.net>
Re: Need help to organize database Bruno Wolff III <bruno@wolff.to>
Re: Need help to organize database "Vladimir S. Petukhov" <vladimir@sycore.org>
Re: Need help to organize database Bruno Wolff III <bruno@wolff.to>
Re: Need help to organize database "Vladimir S. Petukhov" <vladimir@sycore.org>
Re: Need help to organize database Bruno Wolff III <bruno@wolff.to>
Re: Need help to organize database "Frank D. Engel, Jr." <fde101@fjrhome.net>
Re: Need help to organize database "Vladimir S. Petukhov" <vladimir@sycore.org>
Re: Need help to organize database Bruno Wolff III <bruno@wolff.to>
On Tue, Dec 21, 2004 at 17:50:06 -0500, "Frank D. Engel, Jr." wrote: > > Also, given the amount of data you are talking about, and assuming that > you are inserting all of this data in one big lump, you may wish to > VACUUM FULL after doing your INSERTs (not after each one, of course -- > after doing all of the INSERTs, or after doing a big chunk of them. If > data is inserted incrementally over a period of time, then just do the > VACUUM ANALYZE every so often during that time, and you shouldn't have > a problem). You only need to vacuum after updates or deletes. After mass inserts you just want to run ANALYSE.
В списке pgsql-general по дате отправления