Diagram size; transaction how-to

1. How can i reduce component size leaving captions readable. Zooming is not the way, i want to use 100% zoom, only components’ square is redundant.
2. I need to execute some statement and then select some data in Oracle DB. Only separate reader and executor Clover has. How to union these two operations?

Thanks!

Hello,
1. Only the components can’t be zoomed out, but you can use the preview in the Outline pane for fast graph navigation (see Outline Pane).
2. What is the problem exactly? You can use DBExecute in the one phase and DBOutputTable in the next phase.

1. it would be nice if you think about variable component size, particularly because it’s already variable, but not that way that someone would need. Its width could be at least 3/2 times smaller, connector gaps could be less and so on.
2. Separate phases are not what we need. Statement exection tunes the environment for the further selection. Separate component use different transactions, not to be said about different phases.

Hello,
if you want the same transaction in different nodes set threadSafeConnection=false in your connection configuration. Similar problem was described in Enable row based replication in clover topic.