System tables retaining data
Navin_C
Vertica Customer ✭
How much data / records does the system table hold / retain or what is the time period for which the system table retains the data.
I am specially looking for query_requests, query_Events, query_profiles, resource_Acquisitions table.
Is there some parameter which we can define to hold 5 days data in these tables.
Thanks
I am specially looking for query_requests, query_Events, query_profiles, resource_Acquisitions table.
Is there some parameter which we can define to hold 5 days data in these tables.
Thanks
0
Comments
You can restrict the amount of storage for various data collector components by using the function SET_DATA_COLLECTOR_POLICY. The component and description columns in the data_collector system table has details on the various components available. Looking at the system tables you want to control, the QueryExecutions and the ResourceAcquisitions components should be of interest. The actual size will vary by the usage and resource/ query log generation in your system to hold 5 days of data.
/Sajan
Regards,
Rupendra