You can reduce the amount of data retained to 1 week, following the steps below:
1. Log in the NFA Console Server, open a command prompt and run:
mysql reporter
2. Then run the following
update parameter_descriptions set defaultvalue='1w' where parameter='FlowInfoLimit';
3. Then recycle the CA Mysql service on the NFA Console server and wait a few minutes then try the same view again.