mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-15 23:30:46 +00:00
16 lines
562 B
YAML
16 lines
562 B
YAML
---
|
|
table_name: namespace_statistics
|
|
classes:
|
|
- NamespaceStatistics
|
|
feature_categories:
|
|
- consumables_cost_management
|
|
description: Stores usage statistics for both compute minutes and a limited set of
|
|
storage types for a given namespace. This should not be confused with namespace_root_storage_statistics
|
|
table which holds statistics across more storage types for a group.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/965
|
|
milestone: '9.0'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
namespace_id: namespaces
|
|
table_size: small
|