Greetings,
I need to be able to restore pipeline from multiple executions per same service. I was thinking of storing pipeline in a database, or unique named files.
How to achieve saving pipeline into database most efficiently? Is there any better way than saving to file using savePipelineToFile, then getting a file, and then saving its content as text to DB(I’m using Microsoft SQL DB)? Would You advise saving to DB or unique files, and why?