cost difference
what's the cost difference (monetary) between a single mutation call reading and updating from multiple tables vs reading and updating from a single table?
1 Reply
no strict difference on the number of tables. everything is about database bandwidth -- how much data is written to and read from the database, in general (independent of the number of tables)