What portion of the system is tallying the billing bandwidth (i.e. database egress)? Specifically, is the overhead related to making an individual API query (e.g. establishing a connection) counted, or is bandwidth calculated as something like "SQL inputs and outputs"? (This seems relevant to whether I might want to do more batching of updates in my API queries.)
Also, do queries performed through the web dashboard count towards bandwidth?