When reading or writing large numbers of records, some READ_WRITE operations can take long periods of time. Read operations generally take longer than write operations for similar size record sets, and the transaction time of a READ_WRITE operation grows approximately linearly as the number of records grows and the size of the records grows. For this reason, delta updates are generally faster than baseline updates.

If reading or writing operations cause performance concerns, there are several changes you can make:


Copyright © Legal Notices