added

New indexing options for the DataTable, batch upsert, and upload from cloud storage APIs

The following parameters are available for the batchupsert_4FY_v1 and uploadFileFromCloudStorage_4OY_v1 APIs:

  • IndexInBackground=1: Delays indexing and speeds up the API call processing time.
  • IndexingPriority=[Medium, low, or VeryLow]: Forces the records to be indexed in a lower-priority queue to avoid impacting the primary indexing queue. For example, if you are calling large batches of records, the calls might fire faster than the database can index them. You can add IndexingPriority=Low to avoid overloading the queue.

Additionally, DataTable calls previously only supported an IndexingPriority of low. DataTable calls now support the VeryLow and Medium indexing priorities.

These updates are available beginning in Orange Logic Ottawa.