<style> .release-box { height: 30px; width: 100px; padding-top: 8px; text-align: center; border-radius: 5px; font-weight: bold; background-color: #d4af37; border-color: #FCE28A; } .release-box:hover { cursor: hand; cursor: pointer; opacity: .9; } </style> <meta name="robots" content="noindex"> <div class="release-box"> <a href="https://docs.perspectium.com/display/gold" style="text-decoration: none; color: #FFFFFF; display: block;"> Gold </a> </div> |
By default, bulk shares will run on the same node within your ServiceNow instance. However, if you are running multiple bulk shares or scheduled bulk shares, you may want to distribute the work load of your bulk shares by allowing bulk shares to run on multiple nodes in the instance.
First, you will need to follow the steps to get started with DataSync for ServiceNow and create a bulk share.
To distribute your bulk share's workload across multiple Perspectium Mesh nodes, follow these steps:
|