You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My main goal is still to export a diagram for each object by batch with the SC. Interactively with the shell this works quite well:
I can do this also in one non-interactive command, which I can generate (outside SC, for example in a database) and execute in batch for each table:
So I have a solution.
But I don't know how performant this is if SC and the offline snapshot are reloaded every time. And I wonder: can this also be done directly with SC?
I am already sure that it can be done. There are many examples for different programming languages, and also for the extensive API.
But is it worth the effort? Would the performance improve significantly because SC and snapshot only have to be loaded once?
Beta Was this translation helpful? Give feedback.
All reactions