Currently, Job Config data and Job Execution data are stored in one entity. With a new "transient" repo functionality, we can split jobs in 2 entities and store execution data in a transient repo.
It will help to decrease the number of dead data created by scheduled executions.