Skip to main content

Command Palette

Search for a command to run...

Cosmos Db - Increase the paging result size

Published
1 min read
Cosmos Db - Increase the paging result size
M

I am a developer and architect from Bavaria. I'm focused on Azure technologies. And I love coding in C#.

I wasn't aware that the paging size in the Cosmos Db Data explorer can be configured. So it was able to increase the page size from 100 to 1000,

Settings

The settings gear opens a configuration dialog:

image.png

The dialog with

  • Page options
  • Enable cross-partition query
  • Max degree of parallelism

image.png

Result:

Before:

image.png

After:

image.png

Data

The Cosmos Db was filled with Sample data by using Data migration tool.