Veritas Data Insight User's Guide
- Section I. Introduction
- Section II. Data Insight Workspace
- Navigating the Workspace tab
- Analyzing data using the Workspace views
- Viewing access information for files and folders
- Viewing user activity on files or folders
- About visualizing collaboration on a share
- Viewing access information for users and user groups
- Section III. Data Insight reports
- Using Data Insight reports
- About Data Insight security reports
- Activity Details report
- Permissions reports
- Inactive Users
- Path Permissions
- Permissions Search report
- Creating a Permissions Query Template
- Permissions Query Template actions
- Entitlement Review
- User/Group Permissions
- Group Change Impact Analysis
- Ownership Reports
- About Data Insight storage reports
- About Data Insight custom reports
- Managing reports
- Viewing reports
- Using Data Insight reports
- Section IV. Remediation
- Configuring remediation workflows
- Managing workflow templates
- Creating a workflow using a template
- Managing workflows
- Using the Self-Service Portal
- About the Self-Service Portal
- Managing data
- About managing data using Enterprise Vault and custom scripts
- Managing permissions
- Configuring remediation workflows
- Appendix A. Command Line Reference
How does number of records field work differently from the truncate output records field?
Data Insight reports provide a tabular representation of the data based on the configured parameters. Reports that have large number of records often take longer to process and also result in a significant overhead on the system resources. To overcome these challenges, Data Insight enables you to limit the size of the report that you want Data Insight to generate and truncate the report to include only a specified number of rows (records). With the following options, Data Insight ensures that a report does not get excessively large or take too much time to compute.
- Use this field to specify the top number of records that Data Insight fetches for configured entities such as paths and users. These records are displayed in the details section of a report. The records are listed for every configured entity. The default value is 25.
Note:
Large number of records might impact the time Data Insight takes to compute data for the report and can also make the final report output very large.
For example, if the
report is configured and the is set to 3 then, the report displays the top three files (based on size, in descending order of the size) owned by every configured user.- Use this field to specify the maximum number of rows after which you want the report to be truncated. The default value is set to 100000 records. By default, the value specified in this field applies to all paths configured for the report category.
For example, if the
report category is configured and the field is set to 10, then the report returns maximum of ten records across all the paths and truncates the remaining records.Data Insight inserts a warning message in the report output indicating that the report output has been truncated. You have an option of regenerating the report output with a higher truncation limit from the console.
Based on the configured number of records, Data Insight retrieves the records for the configured paths and truncates the report after the maximum number of records is reached. The records are truncated at the report output generation stage when the reports are generated in the configured format (PDF, HTML, CSV). These records are not truncated in the report_output.db
file. Hence, for the complete list of records, access the report_output.db
file. Alternatively, regenerate the output for that report and specify a higher limit by clicking Select Action > Regenerate Output, or edit the report to set a higher value and rerun the report.
For example, the
report is configured with path1, path2, path3, and path4. If the is set to 25 and the is set to 70, then the report returns 25 records for path1, 25 records for path2, 20 for path3 (5 records are truncated), and no records for path4 as the records are truncated. The total number of records displayed is 70.