mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
27 lines
1.1 KiB
YAML
27 lines
1.1 KiB
YAML
---
|
|
table_name: project_statistics
|
|
classes:
|
|
- ProjectStatistics
|
|
feature_categories:
|
|
- consumables_cost_management
|
|
description: Records statistics about the usage of various product features
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/7754
|
|
milestone: '8.16'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
project_id: projects
|
|
schema_inconsistencies:
|
|
- type: missing_indexes
|
|
object_name: index_project_statistics_on_wiki_size_and_project_id
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156010
|
|
- type: missing_indexes
|
|
object_name: index_project_statistics_on_storage_size_and_project_id
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156005
|
|
- type: missing_indexes
|
|
object_name: index_project_statistics_on_packages_size_and_project_id
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156008
|
|
- type: missing_indexes
|
|
object_name: index_project_statistics_on_repository_size_and_project_id
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158614
|
|
table_size: medium
|