The Explore tab (Data Exploration) feature of SAS Fraud Management Transactional Analysis Server (TAS) enables you to view and explore the historical transactional data from the Transaction Data Repository (TDR), which is associated with a data field or fields selected in the grid. The Grid View is displayed once you click the Explore tab.
The Data Exploration feature runs its corresponding SQL queries on the TDR database. If you do not use the Explore tab for data exploration, you can disable the feature to reduce the resource consumption by TAS.
To disable the Data Exploration feature, edit the server.connector.types.txt property line in the tas.properties file to exclude the Data Exploration TAS connector.
Before:
server.connector.types.txt=*
After:
server.connector.types.txt=native,fgrc,core
After making the above changes to the tas.properties file, you must restart TAS in order for the changes to be effective.