Please enter search query.
Search <book_title>...
Enterprise Vault™ Discovery Accelerator Administrator's Guide
Last Published:
2024-03-04
Product(s):
Enterprise Vault (15.0)
- Introducing Discovery Accelerator
- Setting up and assigning roles
- Working with cases
- Setting up review marks and tags
- Using rules to mark and tag items automatically
- Using Custodian Manager
- Searching for items
- About searching with Discovery Accelerator
- Defining email targets with Address Manager
- Building Discovery Accelerator search schedules
- Manually reviewing items
- About reviewing with Discovery Accelerator
- Searching within the review set
- Deleting items from Enterprise Vault archives
- Working with research folders
- Exporting and producing items
- About exporting and producing items
- Creating and viewing reports
- Enhanced reporting
- Available Discovery Accelerator reports
- Accessing reports through the OData web service
- Appendix A. Enterprise Vault properties for use in Discovery Accelerator searches
- Appendix B. Troubleshooting
- Issues with Custodian Manager
Speeding up analytics data collection in low-bandwidth environments
When there are low-bandwidth connections (1GB or lower) between Discovery Accelerator and Enterprise Vault, and between Discovery Accelerator and SQL Server, the collection of analytics data can be slow due to high memory usage and service restarts. If you know these connections to be slow, or if you experience these symptoms, you can take the following steps to speed up data collection.
To speed up analytics data collection in low-bandwidth environments
- Pause the collection of analytics data.
- Locate the
AnalyticsIngesterTask.exe.config
file in the Discovery Accelerator program folder. - Open the file in a text editor such as Windows Notepad.
- Make the following configuration changes:
<add key="numECMThreads" value="1" /> <add key="maxThreadsPerVaultServer" value="1" /> <add key="numDBThreads" value="2" />
- Save and close the file.
- Resume the collection of analytics data.