How to determine xml payload size
I have a polling process that reads records from a database. There are a lot of records that need to be processed so the current settings are 100 records per minute.
I want to increase the number of records but I don't know how big a xml payload can get before it becomes a problem.
Do you have any idea? Do you have any recommendation or formula that you use to determine the optimal number of records to process within a given time frame?