Skip to main content
Version: FCP 25.11

Job Data Storage

Background

FCP-Suite can persist job data on the Monitor node. This is done to:

  1. Support detailed task queries
  2. Provide richer job monitoring metrics across cluster, partition, and user dimensions
  3. Offer more stable and reliable support at a scale of 5 million jobs per day and 100,000 concurrent running jobs
  4. Improve monitoring data response speed
  5. Extend data retention time so users can query job information from months ago or even earlier

How Data Is Stored

  • Job data is stored in PostgreSQL on the Monitor node.
  • You can change the number of days that scheduler jobs are retained on the monitoring configuration page.
  • The default retention period is 90 days. Increasing it may slow down the response time of the cluster monitoring page due to larger data volume.
  • Users can query all job data within the configured retention period from cluster monitoring.
  • Data is managed with a daily granularity. After the configured retention range is exceeded, the data is removed from the primary query range.
  • Data removed from the primary query range is not deleted immediately. Query support for that data will be provided in the future.

Estimated Data Scale

Job CountEstimated Time RangeData Size
1.5 million< 1 day1.4G
5 million1 day4.37G
150 million30 days128G
450 million90 days384G