aging policy
662800May 12 2009 — edited May 12 2009how can i define aging policy on any cache group?
my cache group consists of one table only.
I've followed these steps:
Command> call ttaginglruconfig (0.75,0.90,60);
< .7500000, .9000000, 60 >
1 row found.
Command>
Command>
Command> call ttaginglruconfig();
< .7500000, .9000000, 60 >
1 row found.
Command>
Command> call ttagingschedulenow ('tblradiuscdr');
2996: Cannot start aging on table without aging policy
The command failed.