diff --git a/provider/indexer-azure/src/main/resources/application.properties b/provider/indexer-azure/src/main/resources/application.properties
index 6f65e89ecc3c8f14aa59007ff610e2bd5c7aa0b0..ef7bb45cefa019b3f0c2d0d20313e731ce589888 100644
--- a/provider/indexer-azure/src/main/resources/application.properties
+++ b/provider/indexer-azure/src/main/resources/application.properties
@@ -45,7 +45,7 @@ STORAGE_SCHEMA_HOST=${storage_service_url}/schemas
 STORAGE_QUERY_RECORD_HOST=${storage_service_url}/query/records
 STORAGE_QUERY_KINDS_HOST=${storage_service_url}/query/kinds
 STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST=${storage_service_url}/query/records:batch
-STORAGE_RECORDS_BATCH_SIZE=20
+STORAGE_RECORDS_BATCH_SIZE=100
 
 INDEXER_QUEUE_HOST=http://127.0.0.1:9000