Consolidate bookkeeping entries for incremental jobs
Abierto
enhancement
- Lenguaje dominante
- Scala
- Estrellas
- 31
- Forks
- 4
- Merge medio
- 1 d 10 min
- PR fusionados (30 d)
- 4
Descripción
## Background
This is a feature to improve maintenance of the bookkeeping PostgreSQL table. Incremental jobs can run very often, say every 5 minutes, can contain many steps, say, 30, and there could be thousands of pipelines like this. We can optimize the volume of the bookeeping table by deleting redundant entries from the bookeeping table fir the same info date, leaving only the latest one.
This can be done automatically on each run.
## Feature
Consolidate bookkeeping entries for incremental jobs.
## Example [Optional]
--
## Proposed Solution [Optional]
--
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.