Comment on pg_durable: Microsoft open sources in-database durable executionComments−mikey_p3moIs this an open sourcing of something they use internally? My first thought on durable jobs was GHA aka Azure Devops.−gdecandia3moPlease see https://learn.microsoft.com/en-us/azure/horizondb/ai/ai-pipe...−jiggawatts3moThese approaches always suffer from the same issues such as synchronous single threaded code that would be trivial to parallelise in a “proper” programming language such as C#.What has Microsoft done to work around this?−mikey_p3moThanks for answering, this makes tons of sense
Comments
Is this an open sourcing of something they use internally? My first thought on durable jobs was GHA aka Azure Devops.
Please see https://learn.microsoft.com/en-us/azure/horizondb/ai/ai-pipe...
These approaches always suffer from the same issues such as synchronous single threaded code that would be trivial to parallelise in a “proper” programming language such as C#.
What has Microsoft done to work around this?
Thanks for answering, this makes tons of sense