What are some common optimizations one can implement when publishing items to multiple streams?
For example, instead of publishing to each stream with a separate tx, I published items using only a single tx to by utilizing "createrawsendfrom" method as described in
https://www.multichain.com/developers/raw-transactions/. However, this has worsened my performance.
In related to that, what are some factors that affect publish method's performance ?
Thanks in advance.