> ## 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.

# 리더보드 할당량 제한

리더보드 서비스는 PlayFab의 요금제 모델에 맞게 설계되었으며, development와 live의 두 가지 모드를 제공합니다. Development 모드는 타이틀이 각 기능을 테스트하고 개발을 시작할 수 있게 해줍니다. 반면 live 모드는 라이브 게임에서 일반적인 더 큰 트래픽 부하를 처리하는 데 최적화되어 있습니다.

다음 표는 각 모드에 대한 제한을 보여줍니다.

## Development 모드

| 제한      | 수량      |
| ------- | ------- |
| 리더보드 정의 | 50개 정의  |
| 행 제한    | 10,000행 |
| 버전 수    | 1개 버전   |

## Live 모드

| 제한      | 수량        |
| ------- | --------- |
| 리더보드 정의 | 1,000개 정의 |
| 행 제한    | 100만 행    |
| 버전 수    | 제한 없음     |

Development 및 Live 모드 모두에서 각 리더보드 정의에 허용되는 최대 열 수는 5개입니다.

자세한 요금 정보는 [PlayFab pricing page](https://playfab.com/pricing/)를 참조하세요.

## 함께 보기

* [기본 리더보드 만들기](/services/playfab/community/leaderboards/create-basic-leaderboard)
* [리더보드 더 활용하기](/services/playfab/community/leaderboards/doing-more-with-leaderboards)
* [시즌 리더보드](/services/playfab/community/leaderboards/seasonal-leaderboards)
* [그룹 리더보드](/services/playfab/community/leaderboards/group-leaderboards)
* [수동 계층](/services/playfab/community/leaderboards/manual-tiers)
* [제한 사항](/services/playfab/community/leaderboards/limits-leaderboards)
* [통계로 플레이어 순위 매기기](/services/playfab/community/leaderboards/leaderboards-linked-to-stats)
* [리더보드에 상황 데이터 추가](/services/playfab/community/leaderboards/metadata-leaderboards)
* [API 참조](/services/playfab/community/leaderboards/api-reference)
* [Leaderboard meters](/services/playfab/pricing/meters/leaderboard-meters)
* [리더보드와 CloudScript](/services/playfab/community/leaderboards/leaderboards-cloudscript).
* [PlayStream과 함께 사용하는 리더보드](/services/playfab/community/leaderboards/leaderboards-with-playstream-and-telemetry)


## Related topics

- [PlayFab 리더보드 개요](/ko/services/playfab/community/leaderboards/index.md)
- [Limits on Leaderboards](/ko/services/playfab/community/leaderboards/limits-leaderboards.md)
- [GetQuota](/ko/reference/system/Wrappers/classes/provider/methods/xgamesave_wrapper_provider_getquota.md)
- [XGameSaveGetRemainingQuota](/ko/reference/system/xgamesave/functions/xgamesavegetremainingquota.md)
- [XGameSaveGetRemainingQuotaAsync](/ko/reference/system/xgamesave/functions/xgamesavegetremainingquotaasync.md)
