Обсуждение: Simulate database fragmentation

Поиск
Список
Период
Сортировка

Simulate database fragmentation

От
"Y Sidhu"
Дата:
Is there any easy way to take a database and add/delete records to create fragmentation of the records and indexes. I am trying to recreate high vacuum times.

--
Yudhvir Singh Sidhu
408 375 3134 cell

Re: Simulate database fragmentation

От
"Jim C. Nasby"
Дата:
On Wed, May 23, 2007 at 11:58:06AM -0700, Y Sidhu wrote:
> Is there any easy way to take a database and add/delete records to create
> fragmentation of the records and indexes. I am trying to recreate high
> vacuum times.

Update random rows, then do a vacuum. That will result in free space in
random locations. At that point you'd probably want to update some
ranges of rows, enough so that they get forced to new pages.

A better idea might be to just insert random data.
--
Jim Nasby                                      decibel@decibel.org
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)

Вложения