Is there any way to force a pipeline result to be cached?
My application reads some xml documents from a database, and though they are dynamically read from the DBMS, their content is static. That is, the dbms is just a convenient replacement for a filesystem for storing these documents.
So for performance reasons, it would be great if there was a way for me to force the output of such a database-sourced pipeline to be cached?
Any way to do this?
...there always is ;)
are you using esql or the sql transformer? -- Torsten
