http://docs.intersystems.com/cache20071/csp/docbook/DocBook.UI.Page.cls?KEY=ACHUI_Mgmt
WARNING: Caché optimizes the amount of data in the DB blocks. If you compact a DB and then insert a lot of data, you will see lowered performance due to an increase of block splits.
HTH,
Ben
All you do is set up a new DB and then use ^GBLOCKCOPY to convert. The
fastest way is to prep the new DB to the size you expect you will need.
Assuming your current DB is 100GB and you anticipate that the actual space
you need is 30GB. Then you would create your DB as say 28 GB and leave the
max size as unlimited. Run ^GBLOCKCOPY and when it is done you can set a
max size if you so please. Of course you could just create the new DB to be
1MB, which is the default and let the process grow it as needed but I have
found that that does slow down the process a bit.
Hope this helps.
--
Chip