Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithI meant the "Static Data" node itself - it is plaintext within your BRG, and the entire text is uploaded to the server every time you click on Run or ReRun.
On a wider picture.. look at the total file size of your BRG file. In general, that entire set of bytes must be uploaded to the server if you run a graph start-to-finish. Each time you run a node from BRE, the "brainscript code" must be sent to the server, so the number of times you run something must be considered as well.
As to "external" files such as CSV,Excel, those must be on the server before you can read them, so you would incur the bandwidth cost every time you upload (or download) them. But, such an upload/download is outside of the LAE itself, and I didn't address it above. You must include the cost of the Inputs/Outputs bandwidth versus how often you transfer them.