13 Comments
⭠ Return to thread

Why did they choose to store the workflow DAGs in MySQL?

Expand full comment
author

I think they wanted to avoid introducing a database for storing the directed rooted tree. Because it increases operational complexity. Also they were comfortable running MySQL.

Perhaps you could read through the references for extra information. Thanks

Expand full comment
Error