The June 26, 2020 release of Invantive Cloud and Invantive Bridge Online includes a number of performance improvements for large Exact Online environments with:
- Items
- Transaction Lines
- General Ledger Accounts
- Document Attachments
- General Ledger Account Classifications
- Sales Item Prices
Queries on large sets of the new tables typically run 5-10 times faster than on the Bulk tables. The performance improvements hold both for low and high numbers of Exact Online companies, further improving scalability of Invantive Cloud across the 1.000 company border.
To achieve the performance increase, please replace - after testing - the tables as follows:
- Change
ItemsBulk
toItemsIncremental
. - Change
TransactionLinesBulk
toTransactionLinesIncremental
. - Change
GLAccountsBulk
toGLAccountsIncremental
. - Change
DocumentAttachmentsBulk
toDocumentAttachmentsInternal
. - Change
GLClassifications
toGLClassificationsIncremental
. - Change
SalesItemPrices
toSalesItemPricesIncremental
.
The new tables will not become available on the 20.0 and 17.32 release.