Skip to content

Add property for Storage Batch Size

Context:

Indexer service queries Storage service records in batches, using the batch size configured in storageRecordsBatchSize property. There are two different APIs of storage service which are queried, fetch records:batch and query/records by kind API. For both of these the batch size is picked up from the same property.

Problem:

The query/records by kind API on Azure side can be made more performant by using a larger value of batch size, while the fetch records:batch needs a smaller value.

Solution:

Add a config property for setting batch size specifically for query/records API.

Related to storage#106 (closed)

Edited by Vibhuti Sharma [Microsoft]

Merge request reports