Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I Indexer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Indexer
  • Merge requests
  • !269

Add property for Storage Batch Size

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Vibhuti Sharma [Microsoft] requested to merge users/Vibhuti/pageLimitIncrease into master Jan 21, 2022
  • Overview 11
  • Commits 13
  • Pipelines 22
  • Changes 10

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 Jan 21, 2022 by Vibhuti Sharma [Microsoft]
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: users/Vibhuti/pageLimitIncrease