> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quota Leaderboards

> PlayFab Leaderboards quota limits for Development and Live modes, including maximum leaderboard definitions, row counts, versions, and columns per definition.

# Quota limits leaderboards

The Leaderboard service is designed to align with PlayFab's pricing models, offering two distinct modes:
development and live. The Development Mode allows titles to test each feature and begin development.
The live mode, on the other hand, is optimized for handling larger traffic loads typical of a live game.

The following tables outline the limits for each of these modes:

## Development Mode

| Limit                   | Quantity       |
| ----------------------- | -------------- |
| Leaderboard Definitions | 50 definitions |
| Row limit               | 10,000 rows    |
| Number of versions      | One version    |

## Live Mode

| Limit                   | Quantity          |
| ----------------------- | ----------------- |
| Leaderboard Definitions | 1,000 definitions |
| Row limit               | 1 million rows    |
| Number of versions      | No limit          |

In both Development and Live modes, the maximum number of columns allowed for each leaderboard definition is 5.

For more detailed pricing information, visit the [PlayFab pricing page](https://playfab.com/pricing/).

## See also

* [Create basic leaderboard](/services/playfab/community/leaderboards/create-basic-leaderboard)
* [Doing more with leaderboards](/services/playfab/community/leaderboards/doing-more-with-leaderboards)
* [Seasonal leaderboards](/services/playfab/community/leaderboards/seasonal-leaderboards)
* [Group leaderboards](/services/playfab/community/leaderboards/group-leaderboards)
* [Manual tiers](/services/playfab/community/leaderboards/manual-tiers)
* [Limits](/services/playfab/community/leaderboards/limits-leaderboards)
* [Ranking players by statistics](/services/playfab/community/leaderboards/leaderboards-linked-to-stats)
* [Add contextual data to leaderboards](/services/playfab/community/leaderboards/metadata-leaderboards)
* [API reference](/services/playfab/community/leaderboards/api-reference)
* [Leaderboard meters](/services/playfab/pricing/meters/leaderboard-meters)
* [Leaderboards and Cloudscript](/services/playfab/community/leaderboards/leaderboards-cloudscript).
* [Leaderboards with Playstream](/services/playfab/community/leaderboards/leaderboards-with-playstream-and-telemetry)


## Related topics

- [PlayFab Leaderboards overview](/services/playfab/community/leaderboards/index.md)
- [Seasonal leaderboards](/services/playfab/community/leaderboards/seasonal-leaderboards.md)
- [Group Leaderboards](/services/playfab/community/leaderboards/group-leaderboards.md)
- [Limits on Leaderboards](/services/playfab/community/leaderboards/limits-leaderboards.md)
- [Quickstart on leaderboards](/services/playfab/community/leaderboards/quickstart-leaderboards.md)
