Property |
Description |
Required |
Default Value |
optimizationSchedule |
For now this is a simple comma delimited
list of HH:MM:SS times to optimize the
table. If none is supplied, then no
optimizations will be performed.
In the future we can add a cron like
scheduling system. This was created to meet
a pressing need to optimize fragmented
MyISAM tables. When the table becomes
fragmented, it starts to take a long time to
run the shrinker that deletes expired
elements.
Setting the value to "03:01,15:00" will
cause the optimizer to run at 3 am and at 3
pm.
|
N |
null |
balkDuringOptimization |
If this is true, then when JCS is optimizing
the table it will return null from get
requests and do nothing for put requests.
If you are using the remote cache and have a
failover server configured in a remote cache
cluster, and you allow clustered gets, the
primary server will act as a proxy to the
failover. This way, optimization should have
no impact for clients of the remote cache.
|
N |
true |