You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "eladkal (via GitHub)" <gi...@apache.org> on 2023/02/06 15:17:27 UTC

[GitHub] [airflow] eladkal commented on issue #25254: Add Task Instance Lifecycle History table

eladkal commented on issue #25254:
URL: https://github.com/apache/airflow/issues/25254#issuecomment-1419249575

   > I am not sure if keeping it in airflow MetaData DB makes sense, This will put ENORMOUS pressure on the database.
   
   I agree. Airflow is application. Application don't store data that is not needed for their defined functionality. That information is usually streamed out from Application to BI services.
   
   > you could set up CDC on your database for this table
   
   Totally agree! user can set [debezium](https://debezium.io/) for that.
   
   
   I tend to close this request as won't fix.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org