Page 1 of 1

Compact Binary

Posted: Wed Mar 16, 2011 9:10 am
by boston62
Workspace>GROUP>Right Click>Compact Binary

Do we have to do this manualy, or is it there just in case we want to do it, and it is also done by UE automaticaly? Thank for the help

Re: Compact Binary

Posted: Wed Mar 16, 2011 5:00 pm
by alex
RAM management ("freeing") is done automatically, compacting only manually since compacting is normally not needed - the database space is being effectively reused, but if e.g. you reduced retention significantly you may invoke the compact function then to save on disk space.

Re: Compact Binary

Posted: Wed Mar 16, 2011 5:58 pm
by boston62
alex wrote:RAM management ("freeing") is done automatically, compacting only manually since compacting is normally not needed - the database space is being effectively reused, but if e.g. you reduced retention significantly you may invoke the compact function then to save on disk space.
Once again thank you for the information.