13 Comments
User's avatar
тна Return to thread
Sanskar Shrivastava's avatar

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

Expand full comment
Neo Kim's avatar

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