# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 0.000110731 go_gc_duration_seconds{quantile="0.25"} 0.000179986 go_gc_duration_seconds{quantile="0.5"} 0.000222492 go_gc_duration_seconds{quantile="0.75"} 0.000280494 go_gc_duration_seconds{quantile="1"} 0.000407854 go_gc_duration_seconds_sum 0.017235507 go_gc_duration_seconds_count 74 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 11 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.11"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.1955328e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.88942976e+08 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.475587e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.461762e+06 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.094288e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.1955328e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.277952e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 1.4647296e+07 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 219458 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 8.757248e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.7426816e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.785664586023753e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.68122e+06 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 48320 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 62816 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 605920 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 685440 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 1.6839114e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 6.107925e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.933312e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.933312e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 4.0786184e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 40 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 41 # HELP pg_database_connection_limit Connection limit set for the database # TYPE pg_database_connection_limit gauge pg_database_connection_limit{datname="gitlabhq_production"} -1 pg_database_connection_limit{datname="postgres"} -1 pg_database_connection_limit{datname="registry"} -1 pg_database_connection_limit{datname="template0"} -1 pg_database_connection_limit{datname="template1"} -1 # HELP pg_database_size_bytes Disk space used by the database # TYPE pg_database_size_bytes gauge pg_database_size_bytes{datname="gitlabhq_production"} 1.32273843e+08 pg_database_size_bytes{datname="postgres"} 7.479823e+06 pg_database_size_bytes{datname="registry"} 5.7038515e+07 pg_database_size_bytes{datname="template0"} 7.471631e+06 pg_database_size_bytes{datname="template1"} 7.837363e+06 # HELP pg_exporter_last_scrape_duration_seconds Duration of the last scrape of metrics from PostgreSQL. # TYPE pg_exporter_last_scrape_duration_seconds gauge pg_exporter_last_scrape_duration_seconds 0.36966103 # HELP pg_exporter_last_scrape_error Whether the last scrape of metrics from PostgreSQL resulted in an error (1 for error, 0 for success). # TYPE pg_exporter_last_scrape_error gauge pg_exporter_last_scrape_error 0 # HELP pg_exporter_scrapes_total Total number of times PostgreSQL was scraped for metrics. # TYPE pg_exporter_scrapes_total counter pg_exporter_scrapes_total 13 # HELP pg_exporter_user_queries_load_error Whether the user queries file was loaded and parsed successfully (1 for error, 0 for success). # TYPE pg_exporter_user_queries_load_error gauge pg_exporter_user_queries_load_error{filename="/var/opt/gitlab/postgres-exporter/queries.yaml",hashsum="1fcf7b68d430e6be9f19bfc561ac0aed9077f2f1dd2402df6a37f56bb52d2f8c"} 0 # HELP pg_locks_count Number of locks # TYPE pg_locks_count gauge pg_locks_count{datname="gitlabhq_production",mode="accessexclusivelock"} 0 pg_locks_count{datname="gitlabhq_production",mode="accesssharelock"} 2 pg_locks_count{datname="gitlabhq_production",mode="exclusivelock"} 0 pg_locks_count{datname="gitlabhq_production",mode="rowexclusivelock"} 0 pg_locks_count{datname="gitlabhq_production",mode="rowsharelock"} 0 pg_locks_count{datname="gitlabhq_production",mode="sharelock"} 0 pg_locks_count{datname="gitlabhq_production",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="gitlabhq_production",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="gitlabhq_production",mode="sireadlock"} 0 pg_locks_count{datname="postgres",mode="accessexclusivelock"} 0 pg_locks_count{datname="postgres",mode="accesssharelock"} 0 pg_locks_count{datname="postgres",mode="exclusivelock"} 0 pg_locks_count{datname="postgres",mode="rowexclusivelock"} 0 pg_locks_count{datname="postgres",mode="rowsharelock"} 0 pg_locks_count{datname="postgres",mode="sharelock"} 0 pg_locks_count{datname="postgres",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="postgres",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="postgres",mode="sireadlock"} 0 pg_locks_count{datname="registry",mode="accessexclusivelock"} 0 pg_locks_count{datname="registry",mode="accesssharelock"} 0 pg_locks_count{datname="registry",mode="exclusivelock"} 0 pg_locks_count{datname="registry",mode="rowexclusivelock"} 0 pg_locks_count{datname="registry",mode="rowsharelock"} 0 pg_locks_count{datname="registry",mode="sharelock"} 0 pg_locks_count{datname="registry",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="registry",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="registry",mode="sireadlock"} 0 pg_locks_count{datname="template0",mode="accessexclusivelock"} 0 pg_locks_count{datname="template0",mode="accesssharelock"} 0 pg_locks_count{datname="template0",mode="exclusivelock"} 0 pg_locks_count{datname="template0",mode="rowexclusivelock"} 0 pg_locks_count{datname="template0",mode="rowsharelock"} 0 pg_locks_count{datname="template0",mode="sharelock"} 0 pg_locks_count{datname="template0",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="template0",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="template0",mode="sireadlock"} 0 pg_locks_count{datname="template1",mode="accessexclusivelock"} 0 pg_locks_count{datname="template1",mode="accesssharelock"} 0 pg_locks_count{datname="template1",mode="exclusivelock"} 0 pg_locks_count{datname="template1",mode="rowexclusivelock"} 0 pg_locks_count{datname="template1",mode="rowsharelock"} 0 pg_locks_count{datname="template1",mode="sharelock"} 0 pg_locks_count{datname="template1",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="template1",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="template1",mode="sireadlock"} 0 # HELP pg_long_running_transactions_age_in_seconds The current maximum transaction age in seconds # TYPE pg_long_running_transactions_age_in_seconds gauge pg_long_running_transactions_age_in_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_long_running_transactions_transactions Current number of long running transactions # TYPE pg_long_running_transactions_transactions gauge pg_long_running_transactions_transactions{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_oldest_blocked_age_seconds Largest number of seconds any transaction is currently waiting on a lock # TYPE pg_oldest_blocked_age_seconds gauge pg_oldest_blocked_age_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_postmaster_start_time_seconds Time at which postmaster started # TYPE pg_postmaster_start_time_seconds gauge pg_postmaster_start_time_seconds 1.785659855972539e+09 # HELP pg_replication_is_replica Indicates if the server is a replica # TYPE pg_replication_is_replica gauge pg_replication_is_replica 0 # HELP pg_replication_lag_seconds Replication lag behind master in seconds # TYPE pg_replication_lag_seconds gauge pg_replication_lag_seconds 0 # HELP pg_replication_last_replay_seconds Age of last replay in seconds # TYPE pg_replication_last_replay_seconds gauge pg_replication_last_replay_seconds 0 # HELP pg_roles_connection_limit Connection limit set for the role # TYPE pg_roles_connection_limit gauge pg_roles_connection_limit{rolname="gitlab"} -1 pg_roles_connection_limit{rolname="gitlab-psql"} -1 pg_roles_connection_limit{rolname="gitlab_replicator"} -1 pg_roles_connection_limit{rolname="pg_checkpoint"} -1 pg_roles_connection_limit{rolname="pg_create_subscription"} -1 pg_roles_connection_limit{rolname="pg_database_owner"} -1 pg_roles_connection_limit{rolname="pg_execute_server_program"} -1 pg_roles_connection_limit{rolname="pg_maintain"} -1 pg_roles_connection_limit{rolname="pg_monitor"} -1 pg_roles_connection_limit{rolname="pg_read_all_data"} -1 pg_roles_connection_limit{rolname="pg_read_all_settings"} -1 pg_roles_connection_limit{rolname="pg_read_all_stats"} -1 pg_roles_connection_limit{rolname="pg_read_server_files"} -1 pg_roles_connection_limit{rolname="pg_signal_backend"} -1 pg_roles_connection_limit{rolname="pg_stat_scan_tables"} -1 pg_roles_connection_limit{rolname="pg_use_reserved_connections"} -1 pg_roles_connection_limit{rolname="pg_write_all_data"} -1 pg_roles_connection_limit{rolname="pg_write_server_files"} -1 pg_roles_connection_limit{rolname="registry"} -1 # HELP pg_scrape_collector_duration_seconds postgres_exporter: Duration of a collector scrape. # TYPE pg_scrape_collector_duration_seconds gauge pg_scrape_collector_duration_seconds{collector="database"} 0.14700649 pg_scrape_collector_duration_seconds{collector="locks"} 0.050727916 pg_scrape_collector_duration_seconds{collector="postmaster"} 0.000712135 pg_scrape_collector_duration_seconds{collector="replication"} 0.048237082 pg_scrape_collector_duration_seconds{collector="replication_slot"} 0.051385728 pg_scrape_collector_duration_seconds{collector="roles"} 0.05217523 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.004750248 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.004255003 pg_scrape_collector_duration_seconds{collector="stat_progress_vacuum"} 0.002737761 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.047336263 pg_scrape_collector_duration_seconds{collector="wal"} 0.052747072 # HELP pg_scrape_collector_success postgres_exporter: Whether a collector succeeded. # TYPE pg_scrape_collector_success gauge pg_scrape_collector_success{collector="database"} 1 pg_scrape_collector_success{collector="locks"} 1 pg_scrape_collector_success{collector="postmaster"} 1 pg_scrape_collector_success{collector="replication"} 1 pg_scrape_collector_success{collector="replication_slot"} 1 pg_scrape_collector_success{collector="roles"} 1 pg_scrape_collector_success{collector="stat_bgwriter"} 1 pg_scrape_collector_success{collector="stat_database"} 1 pg_scrape_collector_success{collector="stat_progress_vacuum"} 1 pg_scrape_collector_success{collector="statio_user_tables"} 1 pg_scrape_collector_success{collector="wal"} 1 # HELP pg_settings_allow_alter_system Server Parameter: allow_alter_system # TYPE pg_settings_allow_alter_system gauge pg_settings_allow_alter_system{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_allow_in_place_tablespaces Server Parameter: allow_in_place_tablespaces # TYPE pg_settings_allow_in_place_tablespaces gauge pg_settings_allow_in_place_tablespaces{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_allow_system_table_mods Server Parameter: allow_system_table_mods # TYPE pg_settings_allow_system_table_mods gauge pg_settings_allow_system_table_mods{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_archive_timeout_seconds Server Parameter: archive_timeout [Units converted to seconds.] # TYPE pg_settings_archive_timeout_seconds gauge pg_settings_archive_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_array_nulls Server Parameter: array_nulls # TYPE pg_settings_array_nulls gauge pg_settings_array_nulls{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_authentication_timeout_seconds Server Parameter: authentication_timeout [Units converted to seconds.] # TYPE pg_settings_authentication_timeout_seconds gauge pg_settings_authentication_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 60 # HELP pg_settings_autovacuum Server Parameter: autovacuum # TYPE pg_settings_autovacuum gauge pg_settings_autovacuum{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_autovacuum_analyze_scale_factor Server Parameter: autovacuum_analyze_scale_factor # TYPE pg_settings_autovacuum_analyze_scale_factor gauge pg_settings_autovacuum_analyze_scale_factor{server="/var/opt/gitlab/postgresql:5432"} 0.01 # HELP pg_settings_autovacuum_analyze_threshold Server Parameter: autovacuum_analyze_threshold # TYPE pg_settings_autovacuum_analyze_threshold gauge pg_settings_autovacuum_analyze_threshold{server="/var/opt/gitlab/postgresql:5432"} 50 # HELP pg_settings_autovacuum_freeze_max_age Server Parameter: autovacuum_freeze_max_age # TYPE pg_settings_autovacuum_freeze_max_age gauge pg_settings_autovacuum_freeze_max_age{server="/var/opt/gitlab/postgresql:5432"} 2e+08 # HELP pg_settings_autovacuum_max_workers Server Parameter: autovacuum_max_workers # TYPE pg_settings_autovacuum_max_workers gauge pg_settings_autovacuum_max_workers{server="/var/opt/gitlab/postgresql:5432"} 3 # HELP pg_settings_autovacuum_multixact_freeze_max_age Server Parameter: autovacuum_multixact_freeze_max_age # TYPE pg_settings_autovacuum_multixact_freeze_max_age gauge pg_settings_autovacuum_multixact_freeze_max_age{server="/var/opt/gitlab/postgresql:5432"} 4e+08 # HELP pg_settings_autovacuum_naptime_seconds Server Parameter: autovacuum_naptime [Units converted to seconds.] # TYPE pg_settings_autovacuum_naptime_seconds gauge pg_settings_autovacuum_naptime_seconds{server="/var/opt/gitlab/postgresql:5432"} 60 # HELP pg_settings_autovacuum_vacuum_cost_delay_seconds Server Parameter: autovacuum_vacuum_cost_delay [Units converted to seconds.] # TYPE pg_settings_autovacuum_vacuum_cost_delay_seconds gauge pg_settings_autovacuum_vacuum_cost_delay_seconds{server="/var/opt/gitlab/postgresql:5432"} 0.02 # HELP pg_settings_autovacuum_vacuum_cost_limit Server Parameter: autovacuum_vacuum_cost_limit # TYPE pg_settings_autovacuum_vacuum_cost_limit gauge pg_settings_autovacuum_vacuum_cost_limit{server="/var/opt/gitlab/postgresql:5432"} -1 # HELP pg_settings_autovacuum_vacuum_insert_scale_factor Server Parameter: autovacuum_vacuum_insert_scale_factor # TYPE pg_settings_autovacuum_vacuum_insert_scale_factor gauge pg_settings_autovacuum_vacuum_insert_scale_factor{server="/var/opt/gitlab/postgresql:5432"} 0.2 # HELP pg_settings_autovacuum_vacuum_insert_threshold Server Parameter: autovacuum_vacuum_insert_threshold # TYPE pg_settings_autovacuum_vacuum_insert_threshold gauge pg_settings_autovacuum_vacuum_insert_threshold{server="/var/opt/gitlab/postgresql:5432"} 1000 # HELP pg_settings_autovacuum_vacuum_scale_factor Server Parameter: autovacuum_vacuum_scale_factor # TYPE pg_settings_autovacuum_vacuum_scale_factor gauge pg_settings_autovacuum_vacuum_scale_factor{server="/var/opt/gitlab/postgresql:5432"} 0.02 # HELP pg_settings_autovacuum_vacuum_threshold Server Parameter: autovacuum_vacuum_threshold # TYPE pg_settings_autovacuum_vacuum_threshold gauge pg_settings_autovacuum_vacuum_threshold{server="/var/opt/gitlab/postgresql:5432"} 50 # HELP pg_settings_autovacuum_work_mem_bytes Server Parameter: autovacuum_work_mem [Units converted to bytes.] # TYPE pg_settings_autovacuum_work_mem_bytes gauge pg_settings_autovacuum_work_mem_bytes{server="/var/opt/gitlab/postgresql:5432"} -1 # HELP pg_settings_backend_flush_after_bytes Server Parameter: backend_flush_after [Units converted to bytes.] # TYPE pg_settings_backend_flush_after_bytes gauge pg_settings_backend_flush_after_bytes{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_bgwriter_delay_seconds Server Parameter: bgwriter_delay [Units converted to seconds.] # TYPE pg_settings_bgwriter_delay_seconds gauge pg_settings_bgwriter_delay_seconds{server="/var/opt/gitlab/postgresql:5432"} 0.2 # HELP pg_settings_bgwriter_flush_after_bytes Server Parameter: bgwriter_flush_after [Units converted to bytes.] # TYPE pg_settings_bgwriter_flush_after_bytes gauge pg_settings_bgwriter_flush_after_bytes{server="/var/opt/gitlab/postgresql:5432"} 524288 # HELP pg_settings_bgwriter_lru_maxpages Server Parameter: bgwriter_lru_maxpages # TYPE pg_settings_bgwriter_lru_maxpages gauge pg_settings_bgwriter_lru_maxpages{server="/var/opt/gitlab/postgresql:5432"} 100 # HELP pg_settings_bgwriter_lru_multiplier Server Parameter: bgwriter_lru_multiplier # TYPE pg_settings_bgwriter_lru_multiplier gauge pg_settings_bgwriter_lru_multiplier{server="/var/opt/gitlab/postgresql:5432"} 2 # HELP pg_settings_block_size Server Parameter: block_size # TYPE pg_settings_block_size gauge pg_settings_block_size{server="/var/opt/gitlab/postgresql:5432"} 8192 # HELP pg_settings_bonjour Server Parameter: bonjour # TYPE pg_settings_bonjour gauge pg_settings_bonjour{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_check_function_bodies Server Parameter: check_function_bodies # TYPE pg_settings_check_function_bodies gauge pg_settings_check_function_bodies{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_checkpoint_completion_target Server Parameter: checkpoint_completion_target # TYPE pg_settings_checkpoint_completion_target gauge pg_settings_checkpoint_completion_target{server="/var/opt/gitlab/postgresql:5432"} 0.9 # HELP pg_settings_checkpoint_flush_after_bytes Server Parameter: checkpoint_flush_after [Units converted to bytes.] # TYPE pg_settings_checkpoint_flush_after_bytes gauge pg_settings_checkpoint_flush_after_bytes{server="/var/opt/gitlab/postgresql:5432"} 262144 # HELP pg_settings_checkpoint_timeout_seconds Server Parameter: checkpoint_timeout [Units converted to seconds.] # TYPE pg_settings_checkpoint_timeout_seconds gauge pg_settings_checkpoint_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 300 # HELP pg_settings_checkpoint_warning_seconds Server Parameter: checkpoint_warning [Units converted to seconds.] # TYPE pg_settings_checkpoint_warning_seconds gauge pg_settings_checkpoint_warning_seconds{server="/var/opt/gitlab/postgresql:5432"} 30 # HELP pg_settings_client_connection_check_interval_seconds Server Parameter: client_connection_check_interval [Units converted to seconds.] # TYPE pg_settings_client_connection_check_interval_seconds gauge pg_settings_client_connection_check_interval_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_commit_delay Server Parameter: commit_delay # TYPE pg_settings_commit_delay gauge pg_settings_commit_delay{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_commit_siblings Server Parameter: commit_siblings # TYPE pg_settings_commit_siblings gauge pg_settings_commit_siblings{server="/var/opt/gitlab/postgresql:5432"} 5 # HELP pg_settings_commit_timestamp_buffers_bytes Server Parameter: commit_timestamp_buffers [Units converted to bytes.] # TYPE pg_settings_commit_timestamp_buffers_bytes gauge pg_settings_commit_timestamp_buffers_bytes{server="/var/opt/gitlab/postgresql:5432"} 524288 # HELP pg_settings_cpu_index_tuple_cost Server Parameter: cpu_index_tuple_cost # TYPE pg_settings_cpu_index_tuple_cost gauge pg_settings_cpu_index_tuple_cost{server="/var/opt/gitlab/postgresql:5432"} 0.005 # HELP pg_settings_cpu_operator_cost Server Parameter: cpu_operator_cost # TYPE pg_settings_cpu_operator_cost gauge pg_settings_cpu_operator_cost{server="/var/opt/gitlab/postgresql:5432"} 0.0025 # HELP pg_settings_cpu_tuple_cost Server Parameter: cpu_tuple_cost # TYPE pg_settings_cpu_tuple_cost gauge pg_settings_cpu_tuple_cost{server="/var/opt/gitlab/postgresql:5432"} 0.01 # HELP pg_settings_cursor_tuple_fraction Server Parameter: cursor_tuple_fraction # TYPE pg_settings_cursor_tuple_fraction gauge pg_settings_cursor_tuple_fraction{server="/var/opt/gitlab/postgresql:5432"} 0.1 # HELP pg_settings_data_checksums Server Parameter: data_checksums # TYPE pg_settings_data_checksums gauge pg_settings_data_checksums{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_data_directory_mode Server Parameter: data_directory_mode # TYPE pg_settings_data_directory_mode gauge pg_settings_data_directory_mode{server="/var/opt/gitlab/postgresql:5432"} 700 # HELP pg_settings_data_sync_retry Server Parameter: data_sync_retry # TYPE pg_settings_data_sync_retry gauge pg_settings_data_sync_retry{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_deadlock_timeout_seconds Server Parameter: deadlock_timeout [Units converted to seconds.] # TYPE pg_settings_deadlock_timeout_seconds gauge pg_settings_deadlock_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 5 # HELP pg_settings_debug_assertions Server Parameter: debug_assertions # TYPE pg_settings_debug_assertions gauge pg_settings_debug_assertions{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_debug_discard_caches Server Parameter: debug_discard_caches # TYPE pg_settings_debug_discard_caches gauge pg_settings_debug_discard_caches{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_debug_pretty_print Server Parameter: debug_pretty_print # TYPE pg_settings_debug_pretty_print gauge pg_settings_debug_pretty_print{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_debug_print_parse Server Parameter: debug_print_parse # TYPE pg_settings_debug_print_parse gauge pg_settings_debug_print_parse{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_debug_print_plan Server Parameter: debug_print_plan # TYPE pg_settings_debug_print_plan gauge pg_settings_debug_print_plan{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_debug_print_rewritten Server Parameter: debug_print_rewritten # TYPE pg_settings_debug_print_rewritten gauge pg_settings_debug_print_rewritten{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_default_statistics_target Server Parameter: default_statistics_target # TYPE pg_settings_default_statistics_target gauge pg_settings_default_statistics_target{server="/var/opt/gitlab/postgresql:5432"} 1000 # HELP pg_settings_default_transaction_deferrable Server Parameter: default_transaction_deferrable # TYPE pg_settings_default_transaction_deferrable gauge pg_settings_default_transaction_deferrable{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_default_transaction_read_only Server Parameter: default_transaction_read_only # TYPE pg_settings_default_transaction_read_only gauge pg_settings_default_transaction_read_only{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_effective_cache_size_bytes Server Parameter: effective_cache_size [Units converted to bytes.] # TYPE pg_settings_effective_cache_size_bytes gauge pg_settings_effective_cache_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 8.4432388096e+10 # HELP pg_settings_effective_io_concurrency Server Parameter: effective_io_concurrency # TYPE pg_settings_effective_io_concurrency gauge pg_settings_effective_io_concurrency{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_async_append Server Parameter: enable_async_append # TYPE pg_settings_enable_async_append gauge pg_settings_enable_async_append{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_bitmapscan Server Parameter: enable_bitmapscan # TYPE pg_settings_enable_bitmapscan gauge pg_settings_enable_bitmapscan{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_gathermerge Server Parameter: enable_gathermerge # TYPE pg_settings_enable_gathermerge gauge pg_settings_enable_gathermerge{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_group_by_reordering Server Parameter: enable_group_by_reordering # TYPE pg_settings_enable_group_by_reordering gauge pg_settings_enable_group_by_reordering{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_hashagg Server Parameter: enable_hashagg # TYPE pg_settings_enable_hashagg gauge pg_settings_enable_hashagg{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_hashjoin Server Parameter: enable_hashjoin # TYPE pg_settings_enable_hashjoin gauge pg_settings_enable_hashjoin{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_incremental_sort Server Parameter: enable_incremental_sort # TYPE pg_settings_enable_incremental_sort gauge pg_settings_enable_incremental_sort{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_indexonlyscan Server Parameter: enable_indexonlyscan # TYPE pg_settings_enable_indexonlyscan gauge pg_settings_enable_indexonlyscan{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_indexscan Server Parameter: enable_indexscan # TYPE pg_settings_enable_indexscan gauge pg_settings_enable_indexscan{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_material Server Parameter: enable_material # TYPE pg_settings_enable_material gauge pg_settings_enable_material{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_memoize Server Parameter: enable_memoize # TYPE pg_settings_enable_memoize gauge pg_settings_enable_memoize{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_mergejoin Server Parameter: enable_mergejoin # TYPE pg_settings_enable_mergejoin gauge pg_settings_enable_mergejoin{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_nestloop Server Parameter: enable_nestloop # TYPE pg_settings_enable_nestloop gauge pg_settings_enable_nestloop{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_parallel_append Server Parameter: enable_parallel_append # TYPE pg_settings_enable_parallel_append gauge pg_settings_enable_parallel_append{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_parallel_hash Server Parameter: enable_parallel_hash # TYPE pg_settings_enable_parallel_hash gauge pg_settings_enable_parallel_hash{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_partition_pruning Server Parameter: enable_partition_pruning # TYPE pg_settings_enable_partition_pruning gauge pg_settings_enable_partition_pruning{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_partitionwise_aggregate Server Parameter: enable_partitionwise_aggregate # TYPE pg_settings_enable_partitionwise_aggregate gauge pg_settings_enable_partitionwise_aggregate{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_enable_partitionwise_join Server Parameter: enable_partitionwise_join # TYPE pg_settings_enable_partitionwise_join gauge pg_settings_enable_partitionwise_join{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_enable_presorted_aggregate Server Parameter: enable_presorted_aggregate # TYPE pg_settings_enable_presorted_aggregate gauge pg_settings_enable_presorted_aggregate{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_seqscan Server Parameter: enable_seqscan # TYPE pg_settings_enable_seqscan gauge pg_settings_enable_seqscan{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_sort Server Parameter: enable_sort # TYPE pg_settings_enable_sort gauge pg_settings_enable_sort{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_enable_tidscan Server Parameter: enable_tidscan # TYPE pg_settings_enable_tidscan gauge pg_settings_enable_tidscan{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_escape_string_warning Server Parameter: escape_string_warning # TYPE pg_settings_escape_string_warning gauge pg_settings_escape_string_warning{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_event_triggers Server Parameter: event_triggers # TYPE pg_settings_event_triggers gauge pg_settings_event_triggers{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_exit_on_error Server Parameter: exit_on_error # TYPE pg_settings_exit_on_error gauge pg_settings_exit_on_error{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_extra_float_digits Server Parameter: extra_float_digits # TYPE pg_settings_extra_float_digits gauge pg_settings_extra_float_digits{server="/var/opt/gitlab/postgresql:5432"} 2 # HELP pg_settings_from_collapse_limit Server Parameter: from_collapse_limit # TYPE pg_settings_from_collapse_limit gauge pg_settings_from_collapse_limit{server="/var/opt/gitlab/postgresql:5432"} 8 # HELP pg_settings_fsync Server Parameter: fsync # TYPE pg_settings_fsync gauge pg_settings_fsync{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_full_page_writes Server Parameter: full_page_writes # TYPE pg_settings_full_page_writes gauge pg_settings_full_page_writes{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_geqo Server Parameter: geqo # TYPE pg_settings_geqo gauge pg_settings_geqo{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_geqo_effort Server Parameter: geqo_effort # TYPE pg_settings_geqo_effort gauge pg_settings_geqo_effort{server="/var/opt/gitlab/postgresql:5432"} 5 # HELP pg_settings_geqo_generations Server Parameter: geqo_generations # TYPE pg_settings_geqo_generations gauge pg_settings_geqo_generations{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_geqo_pool_size Server Parameter: geqo_pool_size # TYPE pg_settings_geqo_pool_size gauge pg_settings_geqo_pool_size{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_geqo_seed Server Parameter: geqo_seed # TYPE pg_settings_geqo_seed gauge pg_settings_geqo_seed{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_geqo_selection_bias Server Parameter: geqo_selection_bias # TYPE pg_settings_geqo_selection_bias gauge pg_settings_geqo_selection_bias{server="/var/opt/gitlab/postgresql:5432"} 2 # HELP pg_settings_geqo_threshold Server Parameter: geqo_threshold # TYPE pg_settings_geqo_threshold gauge pg_settings_geqo_threshold{server="/var/opt/gitlab/postgresql:5432"} 12 # HELP pg_settings_gin_fuzzy_search_limit Server Parameter: gin_fuzzy_search_limit # TYPE pg_settings_gin_fuzzy_search_limit gauge pg_settings_gin_fuzzy_search_limit{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_gin_pending_list_limit_bytes Server Parameter: gin_pending_list_limit [Units converted to bytes.] # TYPE pg_settings_gin_pending_list_limit_bytes gauge pg_settings_gin_pending_list_limit_bytes{server="/var/opt/gitlab/postgresql:5432"} 4.194304e+06 # HELP pg_settings_gss_accept_delegation Server Parameter: gss_accept_delegation # TYPE pg_settings_gss_accept_delegation gauge pg_settings_gss_accept_delegation{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_hash_mem_multiplier Server Parameter: hash_mem_multiplier # TYPE pg_settings_hash_mem_multiplier gauge pg_settings_hash_mem_multiplier{server="/var/opt/gitlab/postgresql:5432"} 2 # HELP pg_settings_hot_standby Server Parameter: hot_standby # TYPE pg_settings_hot_standby gauge pg_settings_hot_standby{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_hot_standby_feedback Server Parameter: hot_standby_feedback # TYPE pg_settings_hot_standby_feedback gauge pg_settings_hot_standby_feedback{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_huge_page_size_bytes Server Parameter: huge_page_size [Units converted to bytes.] # TYPE pg_settings_huge_page_size_bytes gauge pg_settings_huge_page_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_idle_in_transaction_session_timeout_seconds Server Parameter: idle_in_transaction_session_timeout [Units converted to seconds.] # TYPE pg_settings_idle_in_transaction_session_timeout_seconds gauge pg_settings_idle_in_transaction_session_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 60 # HELP pg_settings_idle_session_timeout_seconds Server Parameter: idle_session_timeout [Units converted to seconds.] # TYPE pg_settings_idle_session_timeout_seconds gauge pg_settings_idle_session_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_ignore_checksum_failure Server Parameter: ignore_checksum_failure # TYPE pg_settings_ignore_checksum_failure gauge pg_settings_ignore_checksum_failure{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_ignore_invalid_pages Server Parameter: ignore_invalid_pages # TYPE pg_settings_ignore_invalid_pages gauge pg_settings_ignore_invalid_pages{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_ignore_system_indexes Server Parameter: ignore_system_indexes # TYPE pg_settings_ignore_system_indexes gauge pg_settings_ignore_system_indexes{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_in_hot_standby Server Parameter: in_hot_standby # TYPE pg_settings_in_hot_standby gauge pg_settings_in_hot_standby{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_integer_datetimes Server Parameter: integer_datetimes # TYPE pg_settings_integer_datetimes gauge pg_settings_integer_datetimes{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_io_combine_limit_bytes Server Parameter: io_combine_limit [Units converted to bytes.] # TYPE pg_settings_io_combine_limit_bytes gauge pg_settings_io_combine_limit_bytes{server="/var/opt/gitlab/postgresql:5432"} 131072 # HELP pg_settings_jit Server Parameter: jit # TYPE pg_settings_jit gauge pg_settings_jit{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_jit_above_cost Server Parameter: jit_above_cost # TYPE pg_settings_jit_above_cost gauge pg_settings_jit_above_cost{server="/var/opt/gitlab/postgresql:5432"} 100000 # HELP pg_settings_jit_debugging_support Server Parameter: jit_debugging_support # TYPE pg_settings_jit_debugging_support gauge pg_settings_jit_debugging_support{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_jit_dump_bitcode Server Parameter: jit_dump_bitcode # TYPE pg_settings_jit_dump_bitcode gauge pg_settings_jit_dump_bitcode{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_jit_expressions Server Parameter: jit_expressions # TYPE pg_settings_jit_expressions gauge pg_settings_jit_expressions{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_jit_inline_above_cost Server Parameter: jit_inline_above_cost # TYPE pg_settings_jit_inline_above_cost gauge pg_settings_jit_inline_above_cost{server="/var/opt/gitlab/postgresql:5432"} 500000 # HELP pg_settings_jit_optimize_above_cost Server Parameter: jit_optimize_above_cost # TYPE pg_settings_jit_optimize_above_cost gauge pg_settings_jit_optimize_above_cost{server="/var/opt/gitlab/postgresql:5432"} 500000 # HELP pg_settings_jit_profiling_support Server Parameter: jit_profiling_support # TYPE pg_settings_jit_profiling_support gauge pg_settings_jit_profiling_support{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_jit_tuple_deforming Server Parameter: jit_tuple_deforming # TYPE pg_settings_jit_tuple_deforming gauge pg_settings_jit_tuple_deforming{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_join_collapse_limit Server Parameter: join_collapse_limit # TYPE pg_settings_join_collapse_limit gauge pg_settings_join_collapse_limit{server="/var/opt/gitlab/postgresql:5432"} 8 # HELP pg_settings_krb_caseins_users Server Parameter: krb_caseins_users # TYPE pg_settings_krb_caseins_users gauge pg_settings_krb_caseins_users{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_lo_compat_privileges Server Parameter: lo_compat_privileges # TYPE pg_settings_lo_compat_privileges gauge pg_settings_lo_compat_privileges{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_lock_timeout_seconds Server Parameter: lock_timeout [Units converted to seconds.] # TYPE pg_settings_lock_timeout_seconds gauge pg_settings_lock_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_autovacuum_min_duration_seconds Server Parameter: log_autovacuum_min_duration [Units converted to seconds.] # TYPE pg_settings_log_autovacuum_min_duration_seconds gauge pg_settings_log_autovacuum_min_duration_seconds{server="/var/opt/gitlab/postgresql:5432"} -1 # HELP pg_settings_log_checkpoints Server Parameter: log_checkpoints # TYPE pg_settings_log_checkpoints gauge pg_settings_log_checkpoints{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_connections Server Parameter: log_connections # TYPE pg_settings_log_connections gauge pg_settings_log_connections{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_disconnections Server Parameter: log_disconnections # TYPE pg_settings_log_disconnections gauge pg_settings_log_disconnections{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_duration Server Parameter: log_duration # TYPE pg_settings_log_duration gauge pg_settings_log_duration{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_executor_stats Server Parameter: log_executor_stats # TYPE pg_settings_log_executor_stats gauge pg_settings_log_executor_stats{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_file_mode Server Parameter: log_file_mode # TYPE pg_settings_log_file_mode gauge pg_settings_log_file_mode{server="/var/opt/gitlab/postgresql:5432"} 600 # HELP pg_settings_log_hostname Server Parameter: log_hostname # TYPE pg_settings_log_hostname gauge pg_settings_log_hostname{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_lock_waits Server Parameter: log_lock_waits # TYPE pg_settings_log_lock_waits gauge pg_settings_log_lock_waits{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_log_min_duration_sample_seconds Server Parameter: log_min_duration_sample [Units converted to seconds.] # TYPE pg_settings_log_min_duration_sample_seconds gauge pg_settings_log_min_duration_sample_seconds{server="/var/opt/gitlab/postgresql:5432"} -1 # HELP pg_settings_log_min_duration_statement_seconds Server Parameter: log_min_duration_statement [Units converted to seconds.] # TYPE pg_settings_log_min_duration_statement_seconds gauge pg_settings_log_min_duration_statement_seconds{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_log_parameter_max_length_bytes Server Parameter: log_parameter_max_length [Units converted to bytes.] # TYPE pg_settings_log_parameter_max_length_bytes gauge pg_settings_log_parameter_max_length_bytes{server="/var/opt/gitlab/postgresql:5432"} -1 # HELP pg_settings_log_parameter_max_length_on_error_bytes Server Parameter: log_parameter_max_length_on_error [Units converted to bytes.] # TYPE pg_settings_log_parameter_max_length_on_error_bytes gauge pg_settings_log_parameter_max_length_on_error_bytes{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_parser_stats Server Parameter: log_parser_stats # TYPE pg_settings_log_parser_stats gauge pg_settings_log_parser_stats{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_planner_stats Server Parameter: log_planner_stats # TYPE pg_settings_log_planner_stats gauge pg_settings_log_planner_stats{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_recovery_conflict_waits Server Parameter: log_recovery_conflict_waits # TYPE pg_settings_log_recovery_conflict_waits gauge pg_settings_log_recovery_conflict_waits{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_replication_commands Server Parameter: log_replication_commands # TYPE pg_settings_log_replication_commands gauge pg_settings_log_replication_commands{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_rotation_age_seconds Server Parameter: log_rotation_age [Units converted to seconds.] # TYPE pg_settings_log_rotation_age_seconds gauge pg_settings_log_rotation_age_seconds{server="/var/opt/gitlab/postgresql:5432"} 86400 # HELP pg_settings_log_rotation_size_bytes Server Parameter: log_rotation_size [Units converted to bytes.] # TYPE pg_settings_log_rotation_size_bytes gauge pg_settings_log_rotation_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 1.048576e+07 # HELP pg_settings_log_startup_progress_interval_seconds Server Parameter: log_startup_progress_interval [Units converted to seconds.] # TYPE pg_settings_log_startup_progress_interval_seconds gauge pg_settings_log_startup_progress_interval_seconds{server="/var/opt/gitlab/postgresql:5432"} 10 # HELP pg_settings_log_statement_sample_rate Server Parameter: log_statement_sample_rate # TYPE pg_settings_log_statement_sample_rate gauge pg_settings_log_statement_sample_rate{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_log_statement_stats Server Parameter: log_statement_stats # TYPE pg_settings_log_statement_stats gauge pg_settings_log_statement_stats{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_temp_files_bytes Server Parameter: log_temp_files [Units converted to bytes.] # TYPE pg_settings_log_temp_files_bytes gauge pg_settings_log_temp_files_bytes{server="/var/opt/gitlab/postgresql:5432"} -1 # HELP pg_settings_log_transaction_sample_rate Server Parameter: log_transaction_sample_rate # TYPE pg_settings_log_transaction_sample_rate gauge pg_settings_log_transaction_sample_rate{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_log_truncate_on_rotation Server Parameter: log_truncate_on_rotation # TYPE pg_settings_log_truncate_on_rotation gauge pg_settings_log_truncate_on_rotation{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_logging_collector Server Parameter: logging_collector # TYPE pg_settings_logging_collector gauge pg_settings_logging_collector{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_logical_decoding_work_mem_bytes Server Parameter: logical_decoding_work_mem [Units converted to bytes.] # TYPE pg_settings_logical_decoding_work_mem_bytes gauge pg_settings_logical_decoding_work_mem_bytes{server="/var/opt/gitlab/postgresql:5432"} 6.7108864e+07 # HELP pg_settings_maintenance_io_concurrency Server Parameter: maintenance_io_concurrency # TYPE pg_settings_maintenance_io_concurrency gauge pg_settings_maintenance_io_concurrency{server="/var/opt/gitlab/postgresql:5432"} 10 # HELP pg_settings_maintenance_work_mem_bytes Server Parameter: maintenance_work_mem [Units converted to bytes.] # TYPE pg_settings_maintenance_work_mem_bytes gauge pg_settings_maintenance_work_mem_bytes{server="/var/opt/gitlab/postgresql:5432"} 1.6777216e+07 # HELP pg_settings_max_connections Server Parameter: max_connections # TYPE pg_settings_max_connections gauge pg_settings_max_connections{server="/var/opt/gitlab/postgresql:5432"} 400 # HELP pg_settings_max_files_per_process Server Parameter: max_files_per_process # TYPE pg_settings_max_files_per_process gauge pg_settings_max_files_per_process{server="/var/opt/gitlab/postgresql:5432"} 1000 # HELP pg_settings_max_function_args Server Parameter: max_function_args # TYPE pg_settings_max_function_args gauge pg_settings_max_function_args{server="/var/opt/gitlab/postgresql:5432"} 100 # HELP pg_settings_max_identifier_length Server Parameter: max_identifier_length # TYPE pg_settings_max_identifier_length gauge pg_settings_max_identifier_length{server="/var/opt/gitlab/postgresql:5432"} 63 # HELP pg_settings_max_index_keys Server Parameter: max_index_keys # TYPE pg_settings_max_index_keys gauge pg_settings_max_index_keys{server="/var/opt/gitlab/postgresql:5432"} 32 # HELP pg_settings_max_locks_per_transaction Server Parameter: max_locks_per_transaction # TYPE pg_settings_max_locks_per_transaction gauge pg_settings_max_locks_per_transaction{server="/var/opt/gitlab/postgresql:5432"} 128 # HELP pg_settings_max_logical_replication_workers Server Parameter: max_logical_replication_workers # TYPE pg_settings_max_logical_replication_workers gauge pg_settings_max_logical_replication_workers{server="/var/opt/gitlab/postgresql:5432"} 4 # HELP pg_settings_max_notify_queue_pages Server Parameter: max_notify_queue_pages # TYPE pg_settings_max_notify_queue_pages gauge pg_settings_max_notify_queue_pages{server="/var/opt/gitlab/postgresql:5432"} 1.048576e+06 # HELP pg_settings_max_parallel_apply_workers_per_subscription Server Parameter: max_parallel_apply_workers_per_subscription # TYPE pg_settings_max_parallel_apply_workers_per_subscription gauge pg_settings_max_parallel_apply_workers_per_subscription{server="/var/opt/gitlab/postgresql:5432"} 2 # HELP pg_settings_max_parallel_maintenance_workers Server Parameter: max_parallel_maintenance_workers # TYPE pg_settings_max_parallel_maintenance_workers gauge pg_settings_max_parallel_maintenance_workers{server="/var/opt/gitlab/postgresql:5432"} 2 # HELP pg_settings_max_parallel_workers Server Parameter: max_parallel_workers # TYPE pg_settings_max_parallel_workers gauge pg_settings_max_parallel_workers{server="/var/opt/gitlab/postgresql:5432"} 8 # HELP pg_settings_max_parallel_workers_per_gather Server Parameter: max_parallel_workers_per_gather # TYPE pg_settings_max_parallel_workers_per_gather gauge pg_settings_max_parallel_workers_per_gather{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_max_pred_locks_per_page Server Parameter: max_pred_locks_per_page # TYPE pg_settings_max_pred_locks_per_page gauge pg_settings_max_pred_locks_per_page{server="/var/opt/gitlab/postgresql:5432"} 2 # HELP pg_settings_max_pred_locks_per_relation Server Parameter: max_pred_locks_per_relation # TYPE pg_settings_max_pred_locks_per_relation gauge pg_settings_max_pred_locks_per_relation{server="/var/opt/gitlab/postgresql:5432"} -2 # HELP pg_settings_max_pred_locks_per_transaction Server Parameter: max_pred_locks_per_transaction # TYPE pg_settings_max_pred_locks_per_transaction gauge pg_settings_max_pred_locks_per_transaction{server="/var/opt/gitlab/postgresql:5432"} 64 # HELP pg_settings_max_prepared_transactions Server Parameter: max_prepared_transactions # TYPE pg_settings_max_prepared_transactions gauge pg_settings_max_prepared_transactions{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_max_replication_slots Server Parameter: max_replication_slots # TYPE pg_settings_max_replication_slots gauge pg_settings_max_replication_slots{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_max_slot_wal_keep_size_bytes Server Parameter: max_slot_wal_keep_size [Units converted to bytes.] # TYPE pg_settings_max_slot_wal_keep_size_bytes gauge pg_settings_max_slot_wal_keep_size_bytes{server="/var/opt/gitlab/postgresql:5432"} -1 # HELP pg_settings_max_stack_depth_bytes Server Parameter: max_stack_depth [Units converted to bytes.] # TYPE pg_settings_max_stack_depth_bytes gauge pg_settings_max_stack_depth_bytes{server="/var/opt/gitlab/postgresql:5432"} 2.097152e+06 # HELP pg_settings_max_standby_archive_delay_seconds Server Parameter: max_standby_archive_delay [Units converted to seconds.] # TYPE pg_settings_max_standby_archive_delay_seconds gauge pg_settings_max_standby_archive_delay_seconds{server="/var/opt/gitlab/postgresql:5432"} 30 # HELP pg_settings_max_standby_streaming_delay_seconds Server Parameter: max_standby_streaming_delay [Units converted to seconds.] # TYPE pg_settings_max_standby_streaming_delay_seconds gauge pg_settings_max_standby_streaming_delay_seconds{server="/var/opt/gitlab/postgresql:5432"} 30 # HELP pg_settings_max_sync_workers_per_subscription Server Parameter: max_sync_workers_per_subscription # TYPE pg_settings_max_sync_workers_per_subscription gauge pg_settings_max_sync_workers_per_subscription{server="/var/opt/gitlab/postgresql:5432"} 2 # HELP pg_settings_max_wal_senders Server Parameter: max_wal_senders # TYPE pg_settings_max_wal_senders gauge pg_settings_max_wal_senders{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_max_wal_size_bytes Server Parameter: max_wal_size [Units converted to bytes.] # TYPE pg_settings_max_wal_size_bytes gauge pg_settings_max_wal_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 1.073741824e+09 # HELP pg_settings_max_worker_processes Server Parameter: max_worker_processes # TYPE pg_settings_max_worker_processes gauge pg_settings_max_worker_processes{server="/var/opt/gitlab/postgresql:5432"} 8 # HELP pg_settings_min_dynamic_shared_memory_bytes Server Parameter: min_dynamic_shared_memory [Units converted to bytes.] # TYPE pg_settings_min_dynamic_shared_memory_bytes gauge pg_settings_min_dynamic_shared_memory_bytes{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_min_parallel_index_scan_size_bytes Server Parameter: min_parallel_index_scan_size [Units converted to bytes.] # TYPE pg_settings_min_parallel_index_scan_size_bytes gauge pg_settings_min_parallel_index_scan_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 524288 # HELP pg_settings_min_parallel_table_scan_size_bytes Server Parameter: min_parallel_table_scan_size [Units converted to bytes.] # TYPE pg_settings_min_parallel_table_scan_size_bytes gauge pg_settings_min_parallel_table_scan_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 8.388608e+06 # HELP pg_settings_min_wal_size_bytes Server Parameter: min_wal_size [Units converted to bytes.] # TYPE pg_settings_min_wal_size_bytes gauge pg_settings_min_wal_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 8.388608e+07 # HELP pg_settings_multixact_member_buffers_bytes Server Parameter: multixact_member_buffers [Units converted to bytes.] # TYPE pg_settings_multixact_member_buffers_bytes gauge pg_settings_multixact_member_buffers_bytes{server="/var/opt/gitlab/postgresql:5432"} 262144 # HELP pg_settings_multixact_offset_buffers_bytes Server Parameter: multixact_offset_buffers [Units converted to bytes.] # TYPE pg_settings_multixact_offset_buffers_bytes gauge pg_settings_multixact_offset_buffers_bytes{server="/var/opt/gitlab/postgresql:5432"} 131072 # HELP pg_settings_notify_buffers_bytes Server Parameter: notify_buffers [Units converted to bytes.] # TYPE pg_settings_notify_buffers_bytes gauge pg_settings_notify_buffers_bytes{server="/var/opt/gitlab/postgresql:5432"} 131072 # HELP pg_settings_parallel_leader_participation Server Parameter: parallel_leader_participation # TYPE pg_settings_parallel_leader_participation gauge pg_settings_parallel_leader_participation{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_parallel_setup_cost Server Parameter: parallel_setup_cost # TYPE pg_settings_parallel_setup_cost gauge pg_settings_parallel_setup_cost{server="/var/opt/gitlab/postgresql:5432"} 1000 # HELP pg_settings_parallel_tuple_cost Server Parameter: parallel_tuple_cost # TYPE pg_settings_parallel_tuple_cost gauge pg_settings_parallel_tuple_cost{server="/var/opt/gitlab/postgresql:5432"} 0.1 # HELP pg_settings_port Server Parameter: port # TYPE pg_settings_port gauge pg_settings_port{server="/var/opt/gitlab/postgresql:5432"} 5432 # HELP pg_settings_post_auth_delay_seconds Server Parameter: post_auth_delay [Units converted to seconds.] # TYPE pg_settings_post_auth_delay_seconds gauge pg_settings_post_auth_delay_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_pre_auth_delay_seconds Server Parameter: pre_auth_delay [Units converted to seconds.] # TYPE pg_settings_pre_auth_delay_seconds gauge pg_settings_pre_auth_delay_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_quote_all_identifiers Server Parameter: quote_all_identifiers # TYPE pg_settings_quote_all_identifiers gauge pg_settings_quote_all_identifiers{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_random_page_cost Server Parameter: random_page_cost # TYPE pg_settings_random_page_cost gauge pg_settings_random_page_cost{server="/var/opt/gitlab/postgresql:5432"} 2 # HELP pg_settings_recovery_min_apply_delay_seconds Server Parameter: recovery_min_apply_delay [Units converted to seconds.] # TYPE pg_settings_recovery_min_apply_delay_seconds gauge pg_settings_recovery_min_apply_delay_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_recovery_target_inclusive Server Parameter: recovery_target_inclusive # TYPE pg_settings_recovery_target_inclusive gauge pg_settings_recovery_target_inclusive{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_recursive_worktable_factor Server Parameter: recursive_worktable_factor # TYPE pg_settings_recursive_worktable_factor gauge pg_settings_recursive_worktable_factor{server="/var/opt/gitlab/postgresql:5432"} 10 # HELP pg_settings_remove_temp_files_after_crash Server Parameter: remove_temp_files_after_crash # TYPE pg_settings_remove_temp_files_after_crash gauge pg_settings_remove_temp_files_after_crash{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_reserved_connections Server Parameter: reserved_connections # TYPE pg_settings_reserved_connections gauge pg_settings_reserved_connections{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_restart_after_crash Server Parameter: restart_after_crash # TYPE pg_settings_restart_after_crash gauge pg_settings_restart_after_crash{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_row_security Server Parameter: row_security # TYPE pg_settings_row_security gauge pg_settings_row_security{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_scram_iterations Server Parameter: scram_iterations # TYPE pg_settings_scram_iterations gauge pg_settings_scram_iterations{server="/var/opt/gitlab/postgresql:5432"} 4096 # HELP pg_settings_segment_size_bytes Server Parameter: segment_size [Units converted to bytes.] # TYPE pg_settings_segment_size_bytes gauge pg_settings_segment_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 1.073741824e+09 # HELP pg_settings_send_abort_for_crash Server Parameter: send_abort_for_crash # TYPE pg_settings_send_abort_for_crash gauge pg_settings_send_abort_for_crash{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_send_abort_for_kill Server Parameter: send_abort_for_kill # TYPE pg_settings_send_abort_for_kill gauge pg_settings_send_abort_for_kill{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_seq_page_cost Server Parameter: seq_page_cost # TYPE pg_settings_seq_page_cost gauge pg_settings_seq_page_cost{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_serializable_buffers_bytes Server Parameter: serializable_buffers [Units converted to bytes.] # TYPE pg_settings_serializable_buffers_bytes gauge pg_settings_serializable_buffers_bytes{server="/var/opt/gitlab/postgresql:5432"} 262144 # HELP pg_settings_server_version_num Server Parameter: server_version_num # TYPE pg_settings_server_version_num gauge pg_settings_server_version_num{server="/var/opt/gitlab/postgresql:5432"} 170010 # HELP pg_settings_shared_buffers_bytes Server Parameter: shared_buffers [Units converted to bytes.] # TYPE pg_settings_shared_buffers_bytes gauge pg_settings_shared_buffers_bytes{server="/var/opt/gitlab/postgresql:5432"} 2.68435456e+08 # HELP pg_settings_shared_memory_size_bytes Server Parameter: shared_memory_size [Units converted to bytes.] # TYPE pg_settings_shared_memory_size_bytes gauge pg_settings_shared_memory_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 3.17718528e+08 # HELP pg_settings_shared_memory_size_in_huge_pages Server Parameter: shared_memory_size_in_huge_pages # TYPE pg_settings_shared_memory_size_in_huge_pages gauge pg_settings_shared_memory_size_in_huge_pages{server="/var/opt/gitlab/postgresql:5432"} 152 # HELP pg_settings_ssl Server Parameter: ssl # TYPE pg_settings_ssl gauge pg_settings_ssl{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_ssl_passphrase_command_supports_reload Server Parameter: ssl_passphrase_command_supports_reload # TYPE pg_settings_ssl_passphrase_command_supports_reload gauge pg_settings_ssl_passphrase_command_supports_reload{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_ssl_prefer_server_ciphers Server Parameter: ssl_prefer_server_ciphers # TYPE pg_settings_ssl_prefer_server_ciphers gauge pg_settings_ssl_prefer_server_ciphers{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_standard_conforming_strings Server Parameter: standard_conforming_strings # TYPE pg_settings_standard_conforming_strings gauge pg_settings_standard_conforming_strings{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_statement_timeout_seconds Server Parameter: statement_timeout [Units converted to seconds.] # TYPE pg_settings_statement_timeout_seconds gauge pg_settings_statement_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 60 # HELP pg_settings_subtransaction_buffers_bytes Server Parameter: subtransaction_buffers [Units converted to bytes.] # TYPE pg_settings_subtransaction_buffers_bytes gauge pg_settings_subtransaction_buffers_bytes{server="/var/opt/gitlab/postgresql:5432"} 524288 # HELP pg_settings_summarize_wal Server Parameter: summarize_wal # TYPE pg_settings_summarize_wal gauge pg_settings_summarize_wal{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_superuser_reserved_connections Server Parameter: superuser_reserved_connections # TYPE pg_settings_superuser_reserved_connections gauge pg_settings_superuser_reserved_connections{server="/var/opt/gitlab/postgresql:5432"} 3 # HELP pg_settings_sync_replication_slots Server Parameter: sync_replication_slots # TYPE pg_settings_sync_replication_slots gauge pg_settings_sync_replication_slots{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_synchronize_seqscans Server Parameter: synchronize_seqscans # TYPE pg_settings_synchronize_seqscans gauge pg_settings_synchronize_seqscans{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_syslog_sequence_numbers Server Parameter: syslog_sequence_numbers # TYPE pg_settings_syslog_sequence_numbers gauge pg_settings_syslog_sequence_numbers{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_syslog_split_messages Server Parameter: syslog_split_messages # TYPE pg_settings_syslog_split_messages gauge pg_settings_syslog_split_messages{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_tcp_keepalives_count Server Parameter: tcp_keepalives_count # TYPE pg_settings_tcp_keepalives_count gauge pg_settings_tcp_keepalives_count{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_tcp_keepalives_idle_seconds Server Parameter: tcp_keepalives_idle [Units converted to seconds.] # TYPE pg_settings_tcp_keepalives_idle_seconds gauge pg_settings_tcp_keepalives_idle_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_tcp_keepalives_interval_seconds Server Parameter: tcp_keepalives_interval [Units converted to seconds.] # TYPE pg_settings_tcp_keepalives_interval_seconds gauge pg_settings_tcp_keepalives_interval_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_tcp_user_timeout_seconds Server Parameter: tcp_user_timeout [Units converted to seconds.] # TYPE pg_settings_tcp_user_timeout_seconds gauge pg_settings_tcp_user_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_temp_buffers_bytes Server Parameter: temp_buffers [Units converted to bytes.] # TYPE pg_settings_temp_buffers_bytes gauge pg_settings_temp_buffers_bytes{server="/var/opt/gitlab/postgresql:5432"} 8.388608e+06 # HELP pg_settings_temp_file_limit_bytes Server Parameter: temp_file_limit [Units converted to bytes.] # TYPE pg_settings_temp_file_limit_bytes gauge pg_settings_temp_file_limit_bytes{server="/var/opt/gitlab/postgresql:5432"} -1 # HELP pg_settings_trace_connection_negotiation Server Parameter: trace_connection_negotiation # TYPE pg_settings_trace_connection_negotiation gauge pg_settings_trace_connection_negotiation{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_trace_notify Server Parameter: trace_notify # TYPE pg_settings_trace_notify gauge pg_settings_trace_notify{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_trace_sort Server Parameter: trace_sort # TYPE pg_settings_trace_sort gauge pg_settings_trace_sort{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_track_activities Server Parameter: track_activities # TYPE pg_settings_track_activities gauge pg_settings_track_activities{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_track_activity_query_size_bytes Server Parameter: track_activity_query_size [Units converted to bytes.] # TYPE pg_settings_track_activity_query_size_bytes gauge pg_settings_track_activity_query_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 1024 # HELP pg_settings_track_commit_timestamp Server Parameter: track_commit_timestamp # TYPE pg_settings_track_commit_timestamp gauge pg_settings_track_commit_timestamp{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_track_counts Server Parameter: track_counts # TYPE pg_settings_track_counts gauge pg_settings_track_counts{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_track_io_timing Server Parameter: track_io_timing # TYPE pg_settings_track_io_timing gauge pg_settings_track_io_timing{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_track_wal_io_timing Server Parameter: track_wal_io_timing # TYPE pg_settings_track_wal_io_timing gauge pg_settings_track_wal_io_timing{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_transaction_buffers_bytes Server Parameter: transaction_buffers [Units converted to bytes.] # TYPE pg_settings_transaction_buffers_bytes gauge pg_settings_transaction_buffers_bytes{server="/var/opt/gitlab/postgresql:5432"} 524288 # HELP pg_settings_transaction_deferrable Server Parameter: transaction_deferrable # TYPE pg_settings_transaction_deferrable gauge pg_settings_transaction_deferrable{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_transaction_read_only Server Parameter: transaction_read_only # TYPE pg_settings_transaction_read_only gauge pg_settings_transaction_read_only{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_transaction_timeout_seconds Server Parameter: transaction_timeout [Units converted to seconds.] # TYPE pg_settings_transaction_timeout_seconds gauge pg_settings_transaction_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_transform_null_equals Server Parameter: transform_null_equals # TYPE pg_settings_transform_null_equals gauge pg_settings_transform_null_equals{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_unix_socket_permissions Server Parameter: unix_socket_permissions # TYPE pg_settings_unix_socket_permissions gauge pg_settings_unix_socket_permissions{server="/var/opt/gitlab/postgresql:5432"} 777 # HELP pg_settings_update_process_title Server Parameter: update_process_title # TYPE pg_settings_update_process_title gauge pg_settings_update_process_title{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_vacuum_buffer_usage_limit_bytes Server Parameter: vacuum_buffer_usage_limit [Units converted to bytes.] # TYPE pg_settings_vacuum_buffer_usage_limit_bytes gauge pg_settings_vacuum_buffer_usage_limit_bytes{server="/var/opt/gitlab/postgresql:5432"} 2.097152e+06 # HELP pg_settings_vacuum_cost_delay_seconds Server Parameter: vacuum_cost_delay [Units converted to seconds.] # TYPE pg_settings_vacuum_cost_delay_seconds gauge pg_settings_vacuum_cost_delay_seconds{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_vacuum_cost_limit Server Parameter: vacuum_cost_limit # TYPE pg_settings_vacuum_cost_limit gauge pg_settings_vacuum_cost_limit{server="/var/opt/gitlab/postgresql:5432"} 200 # HELP pg_settings_vacuum_cost_page_dirty Server Parameter: vacuum_cost_page_dirty # TYPE pg_settings_vacuum_cost_page_dirty gauge pg_settings_vacuum_cost_page_dirty{server="/var/opt/gitlab/postgresql:5432"} 20 # HELP pg_settings_vacuum_cost_page_hit Server Parameter: vacuum_cost_page_hit # TYPE pg_settings_vacuum_cost_page_hit gauge pg_settings_vacuum_cost_page_hit{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_vacuum_cost_page_miss Server Parameter: vacuum_cost_page_miss # TYPE pg_settings_vacuum_cost_page_miss gauge pg_settings_vacuum_cost_page_miss{server="/var/opt/gitlab/postgresql:5432"} 2 # HELP pg_settings_vacuum_failsafe_age Server Parameter: vacuum_failsafe_age # TYPE pg_settings_vacuum_failsafe_age gauge pg_settings_vacuum_failsafe_age{server="/var/opt/gitlab/postgresql:5432"} 1.6e+09 # HELP pg_settings_vacuum_freeze_min_age Server Parameter: vacuum_freeze_min_age # TYPE pg_settings_vacuum_freeze_min_age gauge pg_settings_vacuum_freeze_min_age{server="/var/opt/gitlab/postgresql:5432"} 5e+07 # HELP pg_settings_vacuum_freeze_table_age Server Parameter: vacuum_freeze_table_age # TYPE pg_settings_vacuum_freeze_table_age gauge pg_settings_vacuum_freeze_table_age{server="/var/opt/gitlab/postgresql:5432"} 1.5e+08 # HELP pg_settings_vacuum_multixact_failsafe_age Server Parameter: vacuum_multixact_failsafe_age # TYPE pg_settings_vacuum_multixact_failsafe_age gauge pg_settings_vacuum_multixact_failsafe_age{server="/var/opt/gitlab/postgresql:5432"} 1.6e+09 # HELP pg_settings_vacuum_multixact_freeze_min_age Server Parameter: vacuum_multixact_freeze_min_age # TYPE pg_settings_vacuum_multixact_freeze_min_age gauge pg_settings_vacuum_multixact_freeze_min_age{server="/var/opt/gitlab/postgresql:5432"} 5e+06 # HELP pg_settings_vacuum_multixact_freeze_table_age Server Parameter: vacuum_multixact_freeze_table_age # TYPE pg_settings_vacuum_multixact_freeze_table_age gauge pg_settings_vacuum_multixact_freeze_table_age{server="/var/opt/gitlab/postgresql:5432"} 1.5e+08 # HELP pg_settings_wal_block_size Server Parameter: wal_block_size # TYPE pg_settings_wal_block_size gauge pg_settings_wal_block_size{server="/var/opt/gitlab/postgresql:5432"} 8192 # HELP pg_settings_wal_buffers_bytes Server Parameter: wal_buffers [Units converted to bytes.] # TYPE pg_settings_wal_buffers_bytes gauge pg_settings_wal_buffers_bytes{server="/var/opt/gitlab/postgresql:5432"} 8.388608e+06 # HELP pg_settings_wal_decode_buffer_size_bytes Server Parameter: wal_decode_buffer_size [Units converted to bytes.] # TYPE pg_settings_wal_decode_buffer_size_bytes gauge pg_settings_wal_decode_buffer_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 524288 # HELP pg_settings_wal_init_zero Server Parameter: wal_init_zero # TYPE pg_settings_wal_init_zero gauge pg_settings_wal_init_zero{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_wal_keep_size_bytes Server Parameter: wal_keep_size [Units converted to bytes.] # TYPE pg_settings_wal_keep_size_bytes gauge pg_settings_wal_keep_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 1.6777216e+08 # HELP pg_settings_wal_log_hints Server Parameter: wal_log_hints # TYPE pg_settings_wal_log_hints gauge pg_settings_wal_log_hints{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_wal_receiver_create_temp_slot Server Parameter: wal_receiver_create_temp_slot # TYPE pg_settings_wal_receiver_create_temp_slot gauge pg_settings_wal_receiver_create_temp_slot{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_settings_wal_receiver_status_interval_seconds Server Parameter: wal_receiver_status_interval [Units converted to seconds.] # TYPE pg_settings_wal_receiver_status_interval_seconds gauge pg_settings_wal_receiver_status_interval_seconds{server="/var/opt/gitlab/postgresql:5432"} 10 # HELP pg_settings_wal_receiver_timeout_seconds Server Parameter: wal_receiver_timeout [Units converted to seconds.] # TYPE pg_settings_wal_receiver_timeout_seconds gauge pg_settings_wal_receiver_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 60 # HELP pg_settings_wal_recycle Server Parameter: wal_recycle # TYPE pg_settings_wal_recycle gauge pg_settings_wal_recycle{server="/var/opt/gitlab/postgresql:5432"} 1 # HELP pg_settings_wal_retrieve_retry_interval_seconds Server Parameter: wal_retrieve_retry_interval [Units converted to seconds.] # TYPE pg_settings_wal_retrieve_retry_interval_seconds gauge pg_settings_wal_retrieve_retry_interval_seconds{server="/var/opt/gitlab/postgresql:5432"} 5 # HELP pg_settings_wal_segment_size_bytes Server Parameter: wal_segment_size [Units converted to bytes.] # TYPE pg_settings_wal_segment_size_bytes gauge pg_settings_wal_segment_size_bytes{server="/var/opt/gitlab/postgresql:5432"} 1.6777216e+07 # HELP pg_settings_wal_sender_timeout_seconds Server Parameter: wal_sender_timeout [Units converted to seconds.] # TYPE pg_settings_wal_sender_timeout_seconds gauge pg_settings_wal_sender_timeout_seconds{server="/var/opt/gitlab/postgresql:5432"} 60 # HELP pg_settings_wal_skip_threshold_bytes Server Parameter: wal_skip_threshold [Units converted to bytes.] # TYPE pg_settings_wal_skip_threshold_bytes gauge pg_settings_wal_skip_threshold_bytes{server="/var/opt/gitlab/postgresql:5432"} 2.097152e+06 # HELP pg_settings_wal_summary_keep_time_seconds Server Parameter: wal_summary_keep_time [Units converted to seconds.] # TYPE pg_settings_wal_summary_keep_time_seconds gauge pg_settings_wal_summary_keep_time_seconds{server="/var/opt/gitlab/postgresql:5432"} 864000 # HELP pg_settings_wal_writer_delay_seconds Server Parameter: wal_writer_delay [Units converted to seconds.] # TYPE pg_settings_wal_writer_delay_seconds gauge pg_settings_wal_writer_delay_seconds{server="/var/opt/gitlab/postgresql:5432"} 0.2 # HELP pg_settings_wal_writer_flush_after_bytes Server Parameter: wal_writer_flush_after [Units converted to bytes.] # TYPE pg_settings_wal_writer_flush_after_bytes gauge pg_settings_wal_writer_flush_after_bytes{server="/var/opt/gitlab/postgresql:5432"} 1.048576e+06 # HELP pg_settings_work_mem_bytes Server Parameter: work_mem [Units converted to bytes.] # TYPE pg_settings_work_mem_bytes gauge pg_settings_work_mem_bytes{server="/var/opt/gitlab/postgresql:5432"} 1.6777216e+07 # HELP pg_settings_zero_damaged_pages Server Parameter: zero_damaged_pages # TYPE pg_settings_zero_damaged_pages gauge pg_settings_zero_damaged_pages{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_slow_queries Current number of slow queries # TYPE pg_slow_queries gauge pg_slow_queries{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_stat_activity_count number of connections in this state # TYPE pg_stat_activity_count gauge pg_stat_activity_count{application_name="",backend_type="",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="client backend",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="active",usename="gitlab-psql",wait_event="",wait_event_type=""} 1 pg_stat_activity_count{application_name="/opt/gitlab/embedded/bin/gitlab-exporter",backend_type="client backend",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_count{application_name="/opt/gitlab/embedded/bin/puma",backend_type="client backend",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 79 pg_stat_activity_count{application_name="/opt/gitlab/embedded/lib/ruby/gems/3.3.0/bin/sidekiq",backend_type="client backend",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 30 # HELP pg_stat_activity_marginalia_sampler_active_count Number of active queries at time of sample # TYPE pg_stat_activity_marginalia_sampler_active_count gauge pg_stat_activity_marginalia_sampler_active_count{application="",command="SELECT",endpoint="",server="/var/opt/gitlab/postgresql:5432",state="active",usename="gitlab-psql",wait_event="",wait_event_type=""} 1 pg_stat_activity_marginalia_sampler_active_count{application="",command="SELECT",endpoint="",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="",command="SELECT",endpoint="",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab-psql",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="Cells::LostTransactionRecoveryWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="Ci::Catalog::Resources::ProcessSyncEventsWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 2 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="Ci::DeleteObjectsWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 2 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="Ci::DestroyOldPipelinesWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 3 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="Ci::PipelineArtifacts::ExpireArtifactsWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="Ci::ScheduleUnlockPipelinesInQueueCronWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="Ci::TimedOutBuilds::DropCancelingWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="Ci::UpdateLockedUnknownArtifactsWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="ContainerRegistry::CleanupWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="Cronjob",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="LooseForeignKeys::CiPipelinesBuildsCleanupCronWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 4 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="LooseForeignKeys::CleanupWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 4 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="LooseForeignKeys::MergeRequestDiffCommitCleanupWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="MergeRequestCleanupRefsWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 3 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="MergeRequests::ProcessScheduledMergeWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="PipelineScheduleWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_marginalia_sampler_active_count{application="sidekiq",command="SELECT",endpoint="Users::MigrateRecordsToGhostUserInBatchesWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 2 pg_stat_activity_marginalia_sampler_active_count{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/environments/:environment_id",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 2 pg_stat_activity_marginalia_sampler_active_count{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/pipelines",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 11 pg_stat_activity_marginalia_sampler_active_count{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/pipelines/:pipeline_id",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 10 pg_stat_activity_marginalia_sampler_active_count{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/pipelines/:pipeline_id/bridges",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 25 pg_stat_activity_marginalia_sampler_active_count{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/pipelines/:pipeline_id/jobs",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 13 pg_stat_activity_marginalia_sampler_active_count{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/pipelines/:pipeline_id/test_report",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 14 pg_stat_activity_marginalia_sampler_active_count{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/repository/branches/:branch",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 2 pg_stat_activity_marginalia_sampler_active_count{application="web",command="SELECT",endpoint="HelpController#index",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 2 # HELP pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds Number of active queries at time of sample # TYPE pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds gauge pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="",command="SELECT",endpoint="",server="/var/opt/gitlab/postgresql:5432",state="active",usename="gitlab-psql",wait_event="",wait_event_type=""} 0.001995 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="",command="SELECT",endpoint="",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="",command="SELECT",endpoint="",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab-psql",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="Cells::LostTransactionRecoveryWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="Ci::Catalog::Resources::ProcessSyncEventsWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="Ci::DeleteObjectsWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="Ci::DestroyOldPipelinesWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="Ci::PipelineArtifacts::ExpireArtifactsWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="Ci::ScheduleUnlockPipelinesInQueueCronWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="Ci::TimedOutBuilds::DropCancelingWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="Ci::UpdateLockedUnknownArtifactsWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="ContainerRegistry::CleanupWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="Cronjob",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="LooseForeignKeys::CiPipelinesBuildsCleanupCronWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="LooseForeignKeys::CleanupWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="LooseForeignKeys::MergeRequestDiffCommitCleanupWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="MergeRequestCleanupRefsWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="MergeRequests::ProcessScheduledMergeWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="PipelineScheduleWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="sidekiq",command="SELECT",endpoint="Users::MigrateRecordsToGhostUserInBatchesWorker",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/environments/:environment_id",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/pipelines",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/pipelines/:pipeline_id",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/pipelines/:pipeline_id/bridges",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/pipelines/:pipeline_id/jobs",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/pipelines/:pipeline_id/test_report",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="web",command="SELECT",endpoint="GET /api/:version/projects/:id/repository/branches/:branch",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_marginalia_sampler_max_tx_age_in_seconds{application="web",command="SELECT",endpoint="HelpController#index",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 # HELP pg_stat_activity_max_tx_duration max duration in seconds any active transaction has been running # TYPE pg_stat_activity_max_tx_duration gauge pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="registry",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="/var/opt/gitlab/postgresql:5432",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="client backend",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="active",usename="gitlab-psql",wait_event="",wait_event_type=""} -0.001356 pg_stat_activity_max_tx_duration{application_name="/opt/gitlab/embedded/bin/gitlab-exporter",backend_type="client backend",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="/opt/gitlab/embedded/bin/puma",backend_type="client backend",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="/opt/gitlab/embedded/lib/ruby/gems/3.3.0/bin/sidekiq",backend_type="client backend",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432",state="idle",usename="gitlab",wait_event="ClientRead",wait_event_type="Client"} 0 # HELP pg_stat_archiver_archived_count Number of WAL files that have been successfully archived # TYPE pg_stat_archiver_archived_count counter pg_stat_archiver_archived_count{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_stat_archiver_failed_count Number of failed attempts for archiving WAL files # TYPE pg_stat_archiver_failed_count counter pg_stat_archiver_failed_count{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_stat_archiver_last_archive_age Time in seconds since last WAL segment was successfully archived # TYPE pg_stat_archiver_last_archive_age gauge pg_stat_archiver_last_archive_age{server="/var/opt/gitlab/postgresql:5432"} NaN # HELP pg_stat_bgwriter_buffers_alloc_total Number of buffers allocated # TYPE pg_stat_bgwriter_buffers_alloc_total counter pg_stat_bgwriter_buffers_alloc_total 6712 # HELP pg_stat_bgwriter_buffers_clean_total Number of buffers written by the background writer # TYPE pg_stat_bgwriter_buffers_clean_total counter pg_stat_bgwriter_buffers_clean_total 0 # HELP pg_stat_bgwriter_maxwritten_clean_total Number of times the background writer stopped a cleaning scan because it had written too many buffers # TYPE pg_stat_bgwriter_maxwritten_clean_total counter pg_stat_bgwriter_maxwritten_clean_total 0 # HELP pg_stat_bgwriter_stats_reset_total Time at which these statistics were last reset # TYPE pg_stat_bgwriter_stats_reset_total counter pg_stat_bgwriter_stats_reset_total 1.785659857e+09 # HELP pg_stat_database_active_time_seconds_total Time spent executing SQL statements in this database, in seconds # TYPE pg_stat_database_active_time_seconds_total counter pg_stat_database_active_time_seconds_total{datid="1",datname="template1"} 0.033984 pg_stat_database_active_time_seconds_total{datid="16386",datname="gitlabhq_production"} 30.146226 pg_stat_database_active_time_seconds_total{datid="17128",datname="registry"} 0.094905 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 0 # HELP pg_stat_database_blk_read_time Time spent reading data file blocks by backends in this database, in milliseconds # TYPE pg_stat_database_blk_read_time counter pg_stat_database_blk_read_time{datid="1",datname="template1"} 0 pg_stat_database_blk_read_time{datid="16386",datname="gitlabhq_production"} 0 pg_stat_database_blk_read_time{datid="17128",datname="registry"} 0 pg_stat_database_blk_read_time{datid="4",datname="template0"} 0 pg_stat_database_blk_read_time{datid="5",datname="postgres"} 0 # HELP pg_stat_database_blk_write_time Time spent writing data file blocks by backends in this database, in milliseconds # TYPE pg_stat_database_blk_write_time counter pg_stat_database_blk_write_time{datid="1",datname="template1"} 0 pg_stat_database_blk_write_time{datid="16386",datname="gitlabhq_production"} 0 pg_stat_database_blk_write_time{datid="17128",datname="registry"} 0 pg_stat_database_blk_write_time{datid="4",datname="template0"} 0 pg_stat_database_blk_write_time{datid="5",datname="postgres"} 0 # HELP pg_stat_database_blks_hit Number of times disk blocks were found already in the buffer cache, so that a read was not necessary (this only includes hits in the PostgreSQL buffer cache, not the operating system's file system cache) # TYPE pg_stat_database_blks_hit counter pg_stat_database_blks_hit{datid="1",datname="template1"} 10810 pg_stat_database_blks_hit{datid="16386",datname="gitlabhq_production"} 5.144715e+06 pg_stat_database_blks_hit{datid="17128",datname="registry"} 61521 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="5",datname="postgres"} 0 # HELP pg_stat_database_blks_read Number of disk blocks read in this database # TYPE pg_stat_database_blks_read counter pg_stat_database_blks_read{datid="1",datname="template1"} 143 pg_stat_database_blks_read{datid="16386",datname="gitlabhq_production"} 6192 pg_stat_database_blks_read{datid="17128",datname="registry"} 395 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="5",datname="postgres"} 0 # HELP pg_stat_database_conflicts Number of queries canceled due to conflicts with recovery in this database. (Conflicts occur only on standby servers; see pg_stat_database_conflicts for details.) # TYPE pg_stat_database_conflicts counter pg_stat_database_conflicts{datid="1",datname="template1"} 0 pg_stat_database_conflicts{datid="16386",datname="gitlabhq_production"} 0 pg_stat_database_conflicts{datid="17128",datname="registry"} 0 pg_stat_database_conflicts{datid="4",datname="template0"} 0 pg_stat_database_conflicts{datid="5",datname="postgres"} 0 # HELP pg_stat_database_conflicts_confl_active_logicalslot Unknown metric from pg_stat_database_conflicts # TYPE pg_stat_database_conflicts_confl_active_logicalslot untyped pg_stat_database_conflicts_confl_active_logicalslot{datid="1",datname="template1",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="16386",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="17128",datname="registry",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="4",datname="template0",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="5",datname="postgres",server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_stat_database_conflicts_confl_bufferpin Number of queries in this database that have been canceled due to pinned buffers # TYPE pg_stat_database_conflicts_confl_bufferpin counter pg_stat_database_conflicts_confl_bufferpin{datid="1",datname="template1",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="16386",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="17128",datname="registry",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="4",datname="template0",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="5",datname="postgres",server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_stat_database_conflicts_confl_deadlock Number of queries in this database that have been canceled due to deadlocks # TYPE pg_stat_database_conflicts_confl_deadlock counter pg_stat_database_conflicts_confl_deadlock{datid="1",datname="template1",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_deadlock{datid="16386",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_deadlock{datid="17128",datname="registry",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_deadlock{datid="4",datname="template0",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_deadlock{datid="5",datname="postgres",server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_stat_database_conflicts_confl_lock Number of queries in this database that have been canceled due to lock timeouts # TYPE pg_stat_database_conflicts_confl_lock counter pg_stat_database_conflicts_confl_lock{datid="1",datname="template1",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_lock{datid="16386",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_lock{datid="17128",datname="registry",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_lock{datid="4",datname="template0",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_lock{datid="5",datname="postgres",server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_stat_database_conflicts_confl_snapshot Number of queries in this database that have been canceled due to old snapshots # TYPE pg_stat_database_conflicts_confl_snapshot counter pg_stat_database_conflicts_confl_snapshot{datid="1",datname="template1",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_snapshot{datid="16386",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_snapshot{datid="17128",datname="registry",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_snapshot{datid="4",datname="template0",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_snapshot{datid="5",datname="postgres",server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_stat_database_conflicts_confl_tablespace Number of queries in this database that have been canceled due to dropped tablespaces # TYPE pg_stat_database_conflicts_confl_tablespace counter pg_stat_database_conflicts_confl_tablespace{datid="1",datname="template1",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_tablespace{datid="16386",datname="gitlabhq_production",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_tablespace{datid="17128",datname="registry",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_tablespace{datid="4",datname="template0",server="/var/opt/gitlab/postgresql:5432"} 0 pg_stat_database_conflicts_confl_tablespace{datid="5",datname="postgres",server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_stat_database_deadlocks Number of deadlocks detected in this database # TYPE pg_stat_database_deadlocks counter pg_stat_database_deadlocks{datid="1",datname="template1"} 0 pg_stat_database_deadlocks{datid="16386",datname="gitlabhq_production"} 0 pg_stat_database_deadlocks{datid="17128",datname="registry"} 0 pg_stat_database_deadlocks{datid="4",datname="template0"} 0 pg_stat_database_deadlocks{datid="5",datname="postgres"} 0 # HELP pg_stat_database_numbackends Number of backends currently connected to this database. This is the only column in this view that returns a value reflecting current state; all other columns return the accumulated values since the last reset. # TYPE pg_stat_database_numbackends gauge pg_stat_database_numbackends{datid="1",datname="template1"} 0 pg_stat_database_numbackends{datid="16386",datname="gitlabhq_production"} 112 pg_stat_database_numbackends{datid="17128",datname="registry"} 0 pg_stat_database_numbackends{datid="4",datname="template0"} 0 pg_stat_database_numbackends{datid="5",datname="postgres"} 0 # HELP pg_stat_database_stats_reset Time at which these statistics were last reset # TYPE pg_stat_database_stats_reset counter pg_stat_database_stats_reset{datid="1",datname="template1"} 0 pg_stat_database_stats_reset{datid="16386",datname="gitlabhq_production"} 0 pg_stat_database_stats_reset{datid="17128",datname="registry"} 0 pg_stat_database_stats_reset{datid="4",datname="template0"} 0 pg_stat_database_stats_reset{datid="5",datname="postgres"} 0 # HELP pg_stat_database_temp_bytes Total amount of data written to temporary files by queries in this database. All temporary files are counted, regardless of why the temporary file was created, and regardless of the log_temp_files setting. # TYPE pg_stat_database_temp_bytes counter pg_stat_database_temp_bytes{datid="1",datname="template1"} 0 pg_stat_database_temp_bytes{datid="16386",datname="gitlabhq_production"} 0 pg_stat_database_temp_bytes{datid="17128",datname="registry"} 0 pg_stat_database_temp_bytes{datid="4",datname="template0"} 0 pg_stat_database_temp_bytes{datid="5",datname="postgres"} 0 # HELP pg_stat_database_temp_files Number of temporary files created by queries in this database. All temporary files are counted, regardless of why the temporary file was created (e.g., sorting or hashing), and regardless of the log_temp_files setting. # TYPE pg_stat_database_temp_files counter pg_stat_database_temp_files{datid="1",datname="template1"} 0 pg_stat_database_temp_files{datid="16386",datname="gitlabhq_production"} 0 pg_stat_database_temp_files{datid="17128",datname="registry"} 0 pg_stat_database_temp_files{datid="4",datname="template0"} 0 pg_stat_database_temp_files{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_deleted Number of rows deleted by queries in this database # TYPE pg_stat_database_tup_deleted counter pg_stat_database_tup_deleted{datid="1",datname="template1"} 0 pg_stat_database_tup_deleted{datid="16386",datname="gitlabhq_production"} 0 pg_stat_database_tup_deleted{datid="17128",datname="registry"} 0 pg_stat_database_tup_deleted{datid="4",datname="template0"} 0 pg_stat_database_tup_deleted{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_fetched Number of rows fetched by queries in this database # TYPE pg_stat_database_tup_fetched counter pg_stat_database_tup_fetched{datid="1",datname="template1"} 4004 pg_stat_database_tup_fetched{datid="16386",datname="gitlabhq_production"} 3.448979e+06 pg_stat_database_tup_fetched{datid="17128",datname="registry"} 14356 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_inserted Number of rows inserted by queries in this database # TYPE pg_stat_database_tup_inserted counter pg_stat_database_tup_inserted{datid="1",datname="template1"} 0 pg_stat_database_tup_inserted{datid="16386",datname="gitlabhq_production"} 0 pg_stat_database_tup_inserted{datid="17128",datname="registry"} 0 pg_stat_database_tup_inserted{datid="4",datname="template0"} 0 pg_stat_database_tup_inserted{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_returned Number of rows returned by queries in this database # TYPE pg_stat_database_tup_returned counter pg_stat_database_tup_returned{datid="1",datname="template1"} 72043 pg_stat_database_tup_returned{datid="16386",datname="gitlabhq_production"} 1.2621592e+07 pg_stat_database_tup_returned{datid="17128",datname="registry"} 707046 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_updated Number of rows updated by queries in this database # TYPE pg_stat_database_tup_updated counter pg_stat_database_tup_updated{datid="1",datname="template1"} 0 pg_stat_database_tup_updated{datid="16386",datname="gitlabhq_production"} 10 pg_stat_database_tup_updated{datid="17128",datname="registry"} 0 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="5",datname="postgres"} 0 # HELP pg_stat_database_xact_commit Number of transactions in this database that have been committed # TYPE pg_stat_database_xact_commit counter pg_stat_database_xact_commit{datid="1",datname="template1"} 198 pg_stat_database_xact_commit{datid="16386",datname="gitlabhq_production"} 60003 pg_stat_database_xact_commit{datid="17128",datname="registry"} 308 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="5",datname="postgres"} 0 # HELP pg_stat_database_xact_rollback Number of transactions in this database that have been rolled back # TYPE pg_stat_database_xact_rollback counter pg_stat_database_xact_rollback{datid="1",datname="template1"} 0 pg_stat_database_xact_rollback{datid="16386",datname="gitlabhq_production"} 3 pg_stat_database_xact_rollback{datid="17128",datname="registry"} 0 pg_stat_database_xact_rollback{datid="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 0 # HELP pg_static Version string as reported by postgres # TYPE pg_static untyped pg_static{server="/var/opt/gitlab/postgresql:5432",short_version="17.10.0",version="PostgreSQL 17.10 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0, 64-bit"} 1 # HELP pg_statio_user_tables_heap_blocks_hit Number of buffer hits in this table # TYPE pg_statio_user_tables_heap_blocks_hit counter pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="abuse_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="abuse_report_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="abuse_report_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="abuse_report_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="abuse_report_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="abuse_reports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="achievement_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="achievement_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="achievements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="activation_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="activity_pub_releases_subscriptions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="admin_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="agent_activity_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="agent_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="agent_organization_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="agent_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="agent_user_access_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="agent_user_access_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_collections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_connections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_migrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_agent_version_attachments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_agent_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_agents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_consumers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_stars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_version_dependencies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_items",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_mcp_servers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_mcp_servers_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_conversation_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_conversation_threads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_feature_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_flow_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_instance_accessible_entity_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_namespace_feature_access_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_namespace_feature_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_self_hosted_models",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_testing_terms_acceptances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_tool_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_user_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_file_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_file_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_assignees",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_metric_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="alert_management_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="alert_management_http_integrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="allowed_email_domains",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_aggregations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_stages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_value_streams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_aggregations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_event_hashes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_value_stream_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_dashboards_pointers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_devops_adoption_segments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_devops_adoption_snapshots",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analytics_usage_trends_measurements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analyzer_namespace_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="analyzer_project_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="appearance_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="appearances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="application_setting_terms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="application_settings",schemaname="public"} 1355 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rule_sources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_approved_approvers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_policy_merge_request_bypass_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_policy_rule_project_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_policy_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ar_internal_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="arkose_sessions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ascp_component_dependencies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ascp_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ascp_scans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ascp_security_contexts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ascp_security_guidelines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="atlassian_identities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_group_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_group_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_http_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_http_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_instance_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="authentication_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="automation_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="award_emoji",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="aws_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="background_operation_jobs_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="background_operation_jobs_cell_local_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="background_operation_workers_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="background_operation_workers_cell_local_1",schemaname="gitlab_partitions_dynamic"} 7 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="badges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="banned_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202601",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202602",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202603",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_jobs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="batched_background_migrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="board_assignees",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="board_group_recent_visits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="board_labels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="board_project_recent_visits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="board_user_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="boards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_labels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_positions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_recent_visits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="boards_epic_boards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="boards_epic_list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="boards_epic_lists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="boards_epic_user_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="broadcast_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="bulk_import_batch_trackers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="bulk_import_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="bulk_import_entities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_batches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="bulk_import_exports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="bulk_import_failures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="bulk_import_trackers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="bulk_imports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_component_last_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="catalog_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="catalog_verified_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cells_outstanding_leases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="chat_names",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="chat_teams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_pending_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_report_results",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_chunks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_builds_100",schemaname="gitlab_partitions_dynamic"} 5952 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_builds_runner_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_cost_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_daily_build_group_report_results",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_deleted_objects",schemaname="public"} 499 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_freeze_periods",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_gitlab_hosted_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_group_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_hosted_runners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_instance_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_instance_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_100",schemaname="gitlab_partitions_dynamic"} 2824 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_100",schemaname="gitlab_partitions_dynamic"} 462 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_100",schemaname="gitlab_partitions_dynamic"} 462 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_group_scope_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_project_scope_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_job_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_minutes_additional_packs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_namespace_mirrors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_namespace_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_partitions",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pending_builds",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_artifacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_chat_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedule_inputs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedule_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedules",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_100",schemaname="gitlab_partitions_dynamic"} 2716 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_project_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_project_mirrors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_project_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_refs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_resource_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_instance_level_scopings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_runner_level_scopings_instance_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controllers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_100",schemaname="gitlab_partitions_dynamic"} 462 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_group_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_instance_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_project_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_runner_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_running_builds",schemaname="public"} 926 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_secure_file_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_secure_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_sources_pipelines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_sources_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_stages_100",schemaname="gitlab_partitions_dynamic"} 462 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_stages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_stages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_subscriptions_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_unit_test_failures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_unit_tests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cloud_connector_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cloud_connector_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_migrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_url_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cluster_agents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cluster_enabled_grants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cluster_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cluster_platforms_kubernetes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cluster_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cluster_providers_aws",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="cluster_providers_gcp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="clusters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="clusters_kubernetes_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="clusters_managed_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="commit_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="compliance_framework_security_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="compliance_management_frameworks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="compliance_requirements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="compliance_requirements_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="compromised_password_detections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="container_expiration_policies",schemaname="public"} 35 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="container_registry_data_repair_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="container_registry_protection_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="container_registry_protection_tag_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="container_repositories",schemaname="public"} 26 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="container_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="content_blocked_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="conversational_development_index_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="country_access_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="coverage_fuzzing_corpuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="csv_issue_imports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="custom_dashboard_search_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="custom_dashboard_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="custom_dashboards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="custom_emoji",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="custom_field_select_options",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="custom_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="custom_software_licenses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="customer_relations_organizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_pre_scan_verification_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_pre_scan_verifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_profile_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_profiles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_profiles_pipelines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_profiles_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_scanner_profiles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_scanner_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_site_profile_secret_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_site_profiles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_site_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_site_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_site_validations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dast_sites",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_parts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dependency_list_exports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_blob_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_blobs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_group_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_image_ttl_group_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_manifest_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_manifests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_packages_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="deploy_keys_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="deployment_approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="deployment_clusters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="deployment_merge_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="deployments",schemaname="public"} 154 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="description_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="design_management_action_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="design_management_action_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="design_management_designs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="design_management_designs_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="design_management_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="design_management_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="design_management_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="design_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="designated_beneficiaries",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="detached_partitions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="diff_note_positions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dingtalk_tracker_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dora_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dora_daily_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="dora_performance_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="draft_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="duo_workflow_session_artifacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_checkpoint_writes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_workflows",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_workloads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="early_access_program_tracking_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="elastic_group_index_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="elastic_index_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_slices",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_subtasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="elasticsearch_indexed_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="elasticsearch_indexed_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="emails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="enabled_foundational_flow_check_results",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="enabled_foundational_flows",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="environments",schemaname="public"} 162 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="epic_issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="epic_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="epics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="error_tracking_client_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="error_tracking_error_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="error_tracking_errors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="evidences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="excluded_merge_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="external_approval_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="external_pull_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="external_status_checks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="external_status_checks_protected_branches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="feature_gates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="features",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="fork_network_members",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="fork_networks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="geo_cache_invalidation_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="geo_ci_job_artifact_verification_summaries",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="geo_event_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="geo_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="geo_node_namespace_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="geo_node_organization_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="geo_node_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="geo_nodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ghost_user_migrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="gitlab_subscription_histories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="gitlab_subscriptions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="gpg_key_subkeys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="gpg_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="grafana_integrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="granular_scopes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_crm_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_features",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_group_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_import_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_push_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_saved_replies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_scim_auth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_scim_identities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_ssh_certificates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="group_wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="historical_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="identities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="import_failures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="import_offline_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="import_offline_exports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="import_placeholder_memberships",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="import_placeholder_user_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="import_source_user_placeholder_references",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="import_source_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_escalation_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_escalation_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_issuable_escalation_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_participants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_rotations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_shifts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_event_tag_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_event_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="index_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="insights",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_model_selection_feature_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_type_ci_runner_machines",schemaname="public"} 934 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="instance_type_ci_runners",schemaname="public"} 471 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="integrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="internal_ids",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ip_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issuable_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issuable_metric_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issuable_resource_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issuable_severities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issuable_slas",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_assignees",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_assignment_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_email_participants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_emails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_tracker_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issue_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="iterations_cadences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="jira_connect_installations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="jira_connect_subscriptions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="jira_imports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="jira_tracker_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="job_environments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="knowledge_graph_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="label_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="label_priorities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="labels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ldap_admin_role_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ldap_group_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="lfs_file_locks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="lfs_object_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="lfs_objects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="lfs_objects_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="licenses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="lists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="loose_foreign_keys_deleted_records_1",schemaname="gitlab_partitions_dynamic"} 3593 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="member_approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="member_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="members",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="members_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_approval_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_assignees",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_assignment_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_blocks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_cleanup_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_context_commit_diff_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_context_commits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commit_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1000000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_200000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_400000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_600000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_800000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_diffs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_merge_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_predictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_requested_changes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_reviewers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_request_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_merge_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_closing_issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_20000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_30000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_40000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_50000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="merge_trains",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="milestone_releases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="milestones",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_params",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ml_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ml_experiment_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ml_experiments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ml_model_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ml_model_version_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ml_model_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ml_models",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_admin_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_aggregation_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_ai_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_bans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_commit_emails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_details",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_import_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_isolations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_ldap_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_limits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_package_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_root_storage_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_settings",schemaname="public"} 162 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_template_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespace_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespaces",schemaname="public"} 1685 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespaces_storage_limit_exclusions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="namespaces_sync_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="non_sql_service_pings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="note_diff_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="note_duo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="note_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="notification_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="oauth_access_grants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="oauth_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="oauth_consents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="oauth_device_grants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="oauth_openid_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="observability_group_o11y_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="observability_logs_issues_connections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="observability_metrics_issues_connections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="observability_traces_issues_connections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="onboarding_progresses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags_clients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags_issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="operations_scopes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="operations_strategies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="operations_strategies_user_lists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="operations_user_lists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="organization_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="organization_detail_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="organization_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="organization_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="organization_isolations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="organization_push_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="organization_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="organization_user_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="organization_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="organizations",schemaname="public"} 90 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_batched_git_ref_updates_deletions_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_catalog_resource_sync_events_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_0",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_1",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_2",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_1",schemaname="gitlab_partitions_dynamic"} 5 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_2",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="p_sent_notifications_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_build_infos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_cargo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_composer_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_composer_packages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_conan_file_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_conan_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_conan_package_references",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_conan_package_revisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_conan_recipe_revisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_file_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_architectures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_component_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_distributions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_architectures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_component_file_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_component_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_distributions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_debian_publications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_dependencies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_dependency_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_helm_file_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_helm_metadata_cache_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_helm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_maven_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_npm_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_npm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_dependency_link_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_symbol_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_symbols",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_package_file_build_infos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_package_file_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_package_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_packages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_protection_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_pypi_file_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_pypi_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_rpm_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_rpm_repository_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_rubygems_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_rubygems_spec_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="packages_terraform_module_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pages_deployment_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pages_deployments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pages_domain_acme_orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pages_domains",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="path_locks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="personal_access_token_granular_scopes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="personal_access_token_last_used_ips",schemaname="public"} 2283 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="personal_access_tokens",schemaname="public"} 2347 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pipl_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="plan_limits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="plans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pm_advisories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pm_affected_packages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pm_checkpoints",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pm_cve_enrichment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pm_licenses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pm_package_version_licenses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pm_package_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pm_packages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="pool_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="postgres_async_foreign_key_validations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="postgres_async_indexes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="postgres_reindex_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="postgres_reindex_queued_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="programming_languages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_alerting_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_aliases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_authorizations",schemaname="public"} 182 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_authorizations_for_migration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_auto_devops",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_build_artifacts_size_refreshes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_ci_cd_settings",schemaname="public"} 462 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_ci_feature_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_compliance_framework_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_compliance_standards_adherence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_compliance_violations_issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_control_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_data_transfers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_error_tracking_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_export_jobs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_feature_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_features",schemaname="public"} 2281 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_group_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_import_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_incident_management_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_metrics_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_mirror_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_pages_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_push_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_relation_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_relation_exports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_requirement_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_saved_replies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_security_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_security_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_to_security_attributes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_topic_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_topics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="project_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects",schemaname="public"} 2797 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_branch_rules_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_branch_rules_squash_options",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_sync_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="projects_with_pipeline_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="protected_branch_merge_access_levels",schemaname="public"} 185 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="protected_branch_push_access_levels",schemaname="public"} 185 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="protected_branch_unprotect_access_levels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="protected_branches",schemaname="public"} 216 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="protected_environment_approval_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="protected_environment_deploy_access_levels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="protected_environments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="protected_tag_create_access_levels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="protected_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="push_event_payloads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="push_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="queries_service_pings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="raw_usage_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="redirect_routes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="related_epic_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="relation_import_trackers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="release_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="releases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="remote_mirrors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="repository_languages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="required_code_owners_sections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="requirements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="requirements_management_test_reports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="resource_iteration_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="resource_label_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="resource_link_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="resource_milestone_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="resource_state_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="resource_weight_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="reviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="routes",schemaname="public"} 5865 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="saml_group_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="saml_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="saved_replies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="saved_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sbom_component_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sbom_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sbom_graph_paths",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrence_refs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrences_vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sbom_source_packages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sbom_sources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sbom_vulnerability_scan_results",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sbom_vulnerability_scans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="scan_execution_policy_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="scan_result_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="scan_result_policy_violation_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="scan_result_policy_violations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="schema_migrations",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="scim_group_memberships",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="scim_identities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="scim_oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="secret_detection_token_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="secrets_management_recovery_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="secrets_manager_namespace_enrollments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_attributes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_finding_enrichments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_finding_token_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_inventory_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_orchestration_policy_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_orchestration_policy_rule_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_pipeline_execution_policy_config_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_pipeline_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_policy_dismissals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_policy_project_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_policy_requirements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_policy_schedule_pipelines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_project_tracked_contexts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_scan_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_scan_profile_project_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_scan_profile_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_scan_profiles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_scan_profiles_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_scans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_scheduled_pipeline_execution_policy_test_runs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_training_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="security_trainings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sentry_issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="service_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="service_desk_custom_email_credentials",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="service_desk_custom_email_verifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="service_desk_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="shards",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="slack_api_scopes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="slack_integrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="slack_integrations_scopes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="slsa_attestations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="smartcard_identities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="snippet_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="snippet_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="snippet_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="snippet_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="snippet_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="snippet_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="snippets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="software_license_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="spam_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="sprints",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="status_check_responses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="status_page_published_incidents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="status_page_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="subscription_add_on_purchases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="subscription_add_ons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="subscription_seat_assignments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="subscription_user_add_on_assignment_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="subscription_user_add_on_assignments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="subscriptions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="suggestions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="supply_chain_attestation_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="system_access_group_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="system_access_group_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="system_access_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="system_access_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="system_note_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="tag_gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="tag_ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="tag_x509_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="target_branch_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="targeted_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="targeted_message_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="targeted_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="term_agreements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="terraform_state_protection_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="terraform_state_version_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="terraform_state_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="terraform_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="timelog_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="timelogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="todos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="topics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="trending_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="upcoming_reconciliations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="uploads_archived",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_achievements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_admin_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_agent_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_broadcast_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_callouts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_credit_card_validations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_details",schemaname="public"} 462 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_follow_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_group_callouts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_group_member_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_highest_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_member_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_namespace_callouts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_permission_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_permission_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_phone_number_validations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_preferences",schemaname="public"} 465 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_project_callouts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_project_member_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_saved_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_synced_attributes_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="user_uploads",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="users",schemaname="public"} 3392 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="users_ops_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="users_security_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="users_star_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="users_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="value_stream_dashboard_aggregations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="verification_codes_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_registries",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entry_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_local_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registries",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstream_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registries",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vs_code_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_archive_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_archive_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_detection_transitions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_parts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_exports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_external_issue_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_due_dates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_evidences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_risk_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_findings_remediations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_flags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_flip_guards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_identifiers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_issue_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_management_policy_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_merge_request_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_namespace_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_occurrence_identifiers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_occurrences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_partial_scans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_reads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_remediation_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_remediations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_representation_information",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_scanners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_severity_overrides",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_state_transitions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_triggered_workflows",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="vulnerability_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260717",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260718",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260719",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260720",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260721",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260722",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260723",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260724",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260725",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260726",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260727",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260728",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260729",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260730",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260731",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260801",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260802",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260803",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260804",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260805",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260806",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260807",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260808",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260809",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260810",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260811",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260812",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260813",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260814",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260815",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260816",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260817",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260818",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260819",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260820",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260821",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260822",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260823",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260824",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260825",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260826",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260827",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260828",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260829",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="web_hooks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="webauthn_registrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="wiki_page_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="wiki_page_meta_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="wiki_page_slugs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_agent_plans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_colors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_current_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_lifecycle_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_status_mappings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_types",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_date_field_values",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_dates_sources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_number_field_values",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_parent_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_positions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_progresses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_select_field_values",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_text_field_values",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_transitions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_type_custom_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_type_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_type_user_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_type_visibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_type_visibility_defaults",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="work_item_weights_sources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="workspace_agentk_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="workspace_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="workspace_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="workspaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="workspaces_agent_config_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="workspaces_agent_configs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="x509_certificates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="x509_commit_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="x509_issuers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="xray_reports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="zentao_tracker_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="zoekt_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="zoekt_indices",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="zoekt_nodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="zoekt_replicas",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="zoekt_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gitlabhq_production",relname="zoom_meetings",schemaname="public"} 0 # HELP pg_statio_user_tables_heap_blocks_read Number of disk blocks read from this table # TYPE pg_statio_user_tables_heap_blocks_read counter pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="abuse_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="abuse_report_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="abuse_report_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="abuse_report_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="abuse_report_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="abuse_reports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="achievement_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="achievement_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="achievements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="activation_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="activity_pub_releases_subscriptions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="admin_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="agent_activity_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="agent_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="agent_organization_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="agent_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="agent_user_access_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="agent_user_access_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_active_context_collections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_active_context_connections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_active_context_migrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_active_context_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_agent_version_attachments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_agent_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_agents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_consumers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_stars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_version_dependencies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_catalog_items",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_catalog_mcp_servers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_catalog_mcp_servers_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_conversation_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_conversation_threads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_feature_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_flow_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_instance_accessible_entity_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_namespace_feature_access_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_namespace_feature_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_self_hosted_models",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_testing_terms_acceptances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_tool_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_user_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_file_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_file_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_assignees",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_metric_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="alert_management_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="alert_management_http_integrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="allowed_email_domains",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_aggregations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_stages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_value_streams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_aggregations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_event_hashes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_value_stream_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_dashboards_pointers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_devops_adoption_segments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_devops_adoption_snapshots",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analytics_usage_trends_measurements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analyzer_namespace_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="analyzer_project_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="appearance_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="appearances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="application_setting_terms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="application_settings",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_group_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rule_sources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_approved_approvers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_policy_merge_request_bypass_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_policy_rule_project_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_policy_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_project_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ar_internal_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="arkose_sessions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ascp_component_dependencies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ascp_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ascp_scans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ascp_security_contexts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ascp_security_guidelines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="atlassian_identities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_group_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_group_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_http_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_http_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_instance_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="authentication_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="automation_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="award_emoji",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="aws_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="background_operation_jobs_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="background_operation_jobs_cell_local_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="background_operation_workers_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="background_operation_workers_cell_local_1",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="badges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="banned_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202601",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202602",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202603",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_jobs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="batched_background_migrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="board_assignees",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="board_group_recent_visits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="board_labels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="board_project_recent_visits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="board_user_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="boards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_labels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_positions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_recent_visits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="boards_epic_boards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="boards_epic_list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="boards_epic_lists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="boards_epic_user_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="broadcast_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="bulk_import_batch_trackers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="bulk_import_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="bulk_import_entities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_batches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="bulk_import_exports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="bulk_import_failures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="bulk_import_trackers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="bulk_imports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="catalog_resource_component_last_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="catalog_resource_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="catalog_resource_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="catalog_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="catalog_verified_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cells_outstanding_leases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="chat_names",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="chat_teams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_names_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_names_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_names_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_pending_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_report_results",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_chunks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_builds_100",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_builds_runner_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_cost_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_daily_build_group_report_results",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_deleted_objects",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_freeze_periods",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_gitlab_hosted_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_group_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_hosted_runners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_instance_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_instance_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_100",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_100",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_100",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_token_authorizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_token_group_scope_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_token_project_scope_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_job_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_minutes_additional_packs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_namespace_mirrors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_namespace_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_partitions",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pending_builds",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_artifacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_chat_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedule_inputs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedule_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedules",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_100",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_project_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_project_mirrors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_project_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_refs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_resource_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_instance_level_scopings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_runner_level_scopings_instance_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_controllers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_100",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_group_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_instance_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_project_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_runner_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_running_builds",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_secure_file_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_secure_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_sources_pipelines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_sources_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_stages_100",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_stages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_stages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_subscriptions_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_unit_test_failures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_unit_tests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_workloads_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_workloads_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ci_workloads_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cloud_connector_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cloud_connector_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cluster_agent_migrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cluster_agent_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cluster_agent_url_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cluster_agents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cluster_enabled_grants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cluster_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cluster_platforms_kubernetes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cluster_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cluster_providers_aws",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="cluster_providers_gcp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="clusters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="clusters_kubernetes_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="clusters_managed_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="commit_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="compliance_framework_security_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="compliance_management_frameworks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="compliance_requirements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="compliance_requirements_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="compromised_password_detections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="container_expiration_policies",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="container_registry_data_repair_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="container_registry_protection_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="container_registry_protection_tag_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="container_repositories",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="container_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="content_blocked_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="conversational_development_index_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="country_access_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="coverage_fuzzing_corpuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="csv_issue_imports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="custom_dashboard_search_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="custom_dashboard_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="custom_dashboards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="custom_emoji",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="custom_field_select_options",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="custom_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="custom_software_licenses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="customer_relations_organizations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_pre_scan_verification_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_pre_scan_verifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_profile_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_profiles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_profiles_pipelines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_profiles_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_scanner_profiles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_scanner_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_site_profile_secret_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_site_profiles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_site_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_site_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_site_validations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dast_sites",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_parts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dependency_list_exports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_blob_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_blobs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_group_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_image_ttl_group_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_manifest_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_manifests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_packages_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="deploy_keys_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="deployment_approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="deployment_clusters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="deployment_merge_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="deployments",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="description_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="design_management_action_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="design_management_action_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="design_management_designs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="design_management_designs_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="design_management_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="design_management_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="design_management_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="design_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="designated_beneficiaries",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="detached_partitions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="diff_note_positions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dingtalk_tracker_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dora_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dora_daily_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="dora_performance_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="draft_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="duo_workflow_session_artifacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="duo_workflows_checkpoint_writes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="duo_workflows_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="duo_workflows_workflows",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="duo_workflows_workloads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="early_access_program_tracking_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="elastic_group_index_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="elastic_index_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_slices",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_subtasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="elasticsearch_indexed_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="elasticsearch_indexed_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="emails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="enabled_foundational_flow_check_results",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="enabled_foundational_flows",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="environments",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="epic_issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="epic_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="epics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="error_tracking_client_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="error_tracking_error_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="error_tracking_errors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="evidences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="excluded_merge_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="external_approval_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="external_pull_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="external_status_checks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="external_status_checks_protected_branches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="feature_gates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="features",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="fork_network_members",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="fork_networks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="geo_cache_invalidation_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="geo_ci_job_artifact_verification_summaries",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="geo_event_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="geo_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="geo_node_namespace_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="geo_node_organization_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="geo_node_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="geo_nodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ghost_user_migrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="gitlab_subscription_histories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="gitlab_subscriptions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="gpg_key_subkeys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="gpg_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="grafana_integrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="granular_scopes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_crm_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_features",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_group_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_import_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_push_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_saved_replies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_scim_auth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_scim_identities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_ssh_certificates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="group_wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="groups_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="groups_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="groups_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="groups_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="groups_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="groups_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="groups_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="groups_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="groups_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="groups_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="groups_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="historical_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="identities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="import_failures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="import_offline_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="import_offline_exports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="import_placeholder_memberships",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="import_placeholder_user_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="import_source_user_placeholder_references",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="import_source_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_escalation_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_escalation_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_issuable_escalation_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_participants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_rotations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_shifts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_event_tag_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_event_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="index_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="insights",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_model_selection_feature_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_type_ci_runner_machines",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="instance_type_ci_runners",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="integrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="internal_ids",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ip_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issuable_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issuable_metric_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issuable_resource_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issuable_severities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issuable_slas",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_assignees",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_assignment_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_email_participants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_emails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_search_data_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_tracker_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issue_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="iterations_cadences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="jira_connect_installations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="jira_connect_subscriptions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="jira_imports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="jira_tracker_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="job_environments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="knowledge_graph_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="label_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="label_priorities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="labels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ldap_admin_role_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ldap_group_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="lfs_file_locks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="lfs_object_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="lfs_objects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="lfs_objects_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="licenses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="lists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="loose_foreign_keys_deleted_records_1",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="member_approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="member_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="members",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="members_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_approval_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_assignees",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_assignment_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_blocks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_cleanup_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_context_commit_diff_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_context_commits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commit_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1000000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_200000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_400000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_600000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_800000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_diffs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_merge_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_predictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_requested_changes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_reviewers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_request_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_groups",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_merge_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_closing_issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_20000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_30000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_40000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_50000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="merge_trains",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="milestone_releases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="milestones",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ml_candidate_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ml_candidate_metrics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ml_candidate_params",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ml_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ml_experiment_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ml_experiments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ml_model_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ml_model_version_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ml_model_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ml_models",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_admin_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_aggregation_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_ai_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_bans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_commit_emails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_details",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_import_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_isolations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_ldap_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_limits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_package_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_root_storage_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_settings",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_template_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespace_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespaces",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespaces_storage_limit_exclusions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="namespaces_sync_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="non_sql_service_pings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="note_diff_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="note_duo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="note_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="notification_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="oauth_access_grants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="oauth_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="oauth_consents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="oauth_device_grants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="oauth_openid_requests",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="observability_group_o11y_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="observability_logs_issues_connections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="observability_metrics_issues_connections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="observability_traces_issues_connections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="onboarding_progresses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags_clients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags_issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="operations_scopes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="operations_strategies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="operations_strategies_user_lists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="operations_user_lists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="organization_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="organization_detail_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="organization_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="organization_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="organization_isolations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="organization_push_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="organization_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="organization_user_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="organization_users",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="organizations",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_batched_git_ref_updates_deletions_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_catalog_resource_sync_events_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_0",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_1",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_2",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_1",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_2",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="p_sent_notifications_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_build_infos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_cargo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_composer_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_composer_packages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_conan_file_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_conan_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_conan_package_references",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_conan_package_revisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_conan_recipe_revisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_file_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_architectures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_component_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_distributions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_architectures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_component_file_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_component_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_distributions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_debian_publications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_dependencies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_dependency_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_helm_file_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_helm_metadata_cache_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_helm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_maven_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_npm_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_npm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_nuget_dependency_link_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_nuget_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_nuget_symbol_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_nuget_symbols",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_package_file_build_infos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_package_file_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_package_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_packages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_protection_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_pypi_file_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_pypi_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_rpm_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_rpm_repository_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_rubygems_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_rubygems_spec_files",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="packages_terraform_module_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pages_deployment_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pages_deployments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pages_domain_acme_orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pages_domains",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="path_locks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="personal_access_token_granular_scopes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="personal_access_token_last_used_ips",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="personal_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pipl_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="plan_limits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="plans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pm_advisories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pm_affected_packages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pm_checkpoints",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pm_cve_enrichment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pm_licenses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pm_package_version_licenses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pm_package_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pm_packages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="pool_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="postgres_async_foreign_key_validations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="postgres_async_indexes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="postgres_reindex_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="postgres_reindex_queued_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="programming_languages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_alerting_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_aliases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_authorizations",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_authorizations_for_migration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_auto_devops",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_build_artifacts_size_refreshes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_ci_cd_settings",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_ci_feature_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_compliance_framework_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_compliance_standards_adherence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_compliance_violations_issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_control_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_data_transfers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_error_tracking_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_export_jobs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_feature_usages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_features",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_group_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_import_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_incident_management_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_metrics_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_mirror_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_pages_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_push_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_relation_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_relation_exports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_requirement_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_saved_replies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_security_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_security_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_to_security_attributes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_topic_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_topics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="project_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_branch_rules_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_branch_rules_squash_options",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_sync_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="projects_with_pipeline_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="protected_branch_merge_access_levels",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="protected_branch_push_access_levels",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="protected_branch_unprotect_access_levels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="protected_branches",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="protected_environment_approval_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="protected_environment_deploy_access_levels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="protected_environments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="protected_tag_create_access_levels",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="protected_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="push_event_payloads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="push_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="queries_service_pings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="raw_usage_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="redirect_routes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="related_epic_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="relation_import_trackers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="release_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="releases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="remote_mirrors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="repository_languages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="required_code_owners_sections",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="requirements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="requirements_management_test_reports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="resource_iteration_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="resource_label_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="resource_link_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="resource_milestone_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="resource_state_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="resource_weight_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="reviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="routes",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="saml_group_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="saml_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="saved_replies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="saved_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sbom_component_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sbom_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sbom_graph_paths",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sbom_occurrence_refs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sbom_occurrences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sbom_occurrences_vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sbom_source_packages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sbom_sources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sbom_vulnerability_scan_results",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sbom_vulnerability_scans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="scan_execution_policy_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="scan_result_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="scan_result_policy_violation_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="scan_result_policy_violations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="schema_migrations",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="scim_group_memberships",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="scim_identities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="scim_oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="secret_detection_token_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="secrets_management_recovery_keys",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="secrets_manager_namespace_enrollments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_attributes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_finding_enrichments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_finding_token_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_inventory_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_orchestration_policy_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_orchestration_policy_rule_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_pipeline_execution_policy_config_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_pipeline_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_policy_dismissals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_policy_project_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_policy_requirements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_policy_schedule_pipelines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_project_tracked_contexts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_scan_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_scan_profile_project_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_scan_profile_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_scan_profiles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_scan_profiles_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_scans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_scheduled_pipeline_execution_policy_test_runs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_training_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="security_trainings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sentry_issues",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="service_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="service_desk_custom_email_credentials",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="service_desk_custom_email_verifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="service_desk_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="shards",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="slack_api_scopes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="slack_integrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="slack_integrations_scopes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="slsa_attestations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="smartcard_identities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="snippet_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="snippet_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="snippet_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="snippet_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="snippet_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="snippet_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="snippets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="software_license_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="spam_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="sprints",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="status_check_responses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="status_page_published_incidents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="status_page_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="subscription_add_on_purchases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="subscription_add_ons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="subscription_seat_assignments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="subscription_user_add_on_assignment_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="subscription_user_add_on_assignments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="subscriptions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="suggestions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="supply_chain_attestation_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="system_access_group_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="system_access_group_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="system_access_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="system_access_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="system_note_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="tag_gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="tag_ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="tag_x509_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="target_branch_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="targeted_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="targeted_message_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="targeted_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="term_agreements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="terraform_state_protection_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="terraform_state_version_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="terraform_state_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="terraform_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="timelog_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="timelogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="todos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="topics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="trending_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="upcoming_reconciliations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="uploads_archived",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_achievements",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_admin_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_agent_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_broadcast_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_callouts",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_credit_card_validations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_details",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_follow_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_group_callouts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_group_member_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_highest_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_member_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_namespace_callouts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_permission_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_permission_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_phone_number_validations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_preferences",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_project_callouts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_project_member_roles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_saved_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_synced_attributes_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="user_uploads",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="users",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="users_ops_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="users_security_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="users_star_projects",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="users_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="value_stream_dashboard_aggregations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="verification_codes_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="verification_codes_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="verification_codes_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="verification_codes_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="verification_codes_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="verification_codes_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="verification_codes_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="verification_codes_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="verification_codes_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_registries",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entry_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_local_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registries",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstream_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registries",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_upstreams",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="virtual_registries_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vs_code_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_archive_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_archive_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_detection_transitions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_parts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_exports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_external_issue_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_due_dates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_evidences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_risk_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_findings_remediations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_flags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_flip_guards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_identifiers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_issue_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_management_policy_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_merge_request_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_namespace_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_occurrence_identifiers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_occurrences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_partial_scans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_reads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_remediation_uploads",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_remediations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_representation_information",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_scanners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_severity_overrides",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_state_transitions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_statistics",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_triggered_workflows",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="vulnerability_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260717",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260718",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260719",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260720",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260721",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260722",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260723",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260724",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260725",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260726",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260727",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260728",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260729",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260730",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260731",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260801",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260802",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260803",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260804",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260805",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260806",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260807",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260808",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260809",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260810",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260811",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260812",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260813",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260814",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260815",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260816",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260817",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260818",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260819",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260820",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260821",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260822",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260823",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260824",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260825",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260826",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260827",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260828",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260829",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="web_hooks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="webauthn_registrations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="wiki_page_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="wiki_page_meta_user_mentions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="wiki_page_slugs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_agent_plans",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_colors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_current_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_custom_lifecycle_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_custom_status_mappings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_custom_statuses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_custom_types",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_date_field_values",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_dates_sources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_number_field_values",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_parent_links",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_positions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_progresses",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_select_field_values",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_text_field_values",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_transitions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_type_custom_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_type_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_type_user_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_type_visibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_type_visibility_defaults",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="work_item_weights_sources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="workspace_agentk_states",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="workspace_tokens",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="workspace_variables",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="workspaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="workspaces_agent_config_versions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="workspaces_agent_configs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="x509_certificates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="x509_commit_signatures",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="x509_issuers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="xray_reports",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="zentao_tracker_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="zoekt_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="zoekt_indices",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="zoekt_nodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="zoekt_replicas",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="zoekt_repositories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gitlabhq_production",relname="zoom_meetings",schemaname="public"} 0 # HELP pg_statio_user_tables_idx_blocks_hit Number of buffer hits in all indexes on this table # TYPE pg_statio_user_tables_idx_blocks_hit counter pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="abuse_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="abuse_report_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="abuse_report_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="abuse_report_uploads",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="abuse_report_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="abuse_reports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="achievement_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="achievement_uploads",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="achievements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="activation_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="activity_pub_releases_subscriptions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="admin_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="agent_activity_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="agent_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="agent_organization_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="agent_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="agent_user_access_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="agent_user_access_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_collections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_connections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_migrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_agent_version_attachments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_agent_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_agents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_consumers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_stars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_version_dependencies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_items",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_mcp_servers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_mcp_servers_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_conversation_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_conversation_threads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_feature_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_flow_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_instance_accessible_entity_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_namespace_feature_access_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_namespace_feature_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_self_hosted_models",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_testing_terms_acceptances",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_tool_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_user_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_file_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_file_uploads",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_assignees",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_metric_image_uploads",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_metric_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="alert_management_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="alert_management_http_integrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="allowed_email_domains",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_aggregations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_stages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_value_streams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_aggregations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_event_hashes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_value_stream_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_dashboards_pointers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_devops_adoption_segments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_devops_adoption_snapshots",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analytics_usage_trends_measurements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analyzer_namespace_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="analyzer_project_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="appearance_uploads",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="appearances",schemaname="public"} 163 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="application_setting_terms",schemaname="public"} 161 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="application_settings",schemaname="public"} 2111 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rule_sources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_approved_approvers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_policy_merge_request_bypass_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_policy_rule_project_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_policy_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="approvals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ar_internal_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="arkose_sessions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ascp_component_dependencies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ascp_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ascp_scans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ascp_security_contexts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ascp_security_guidelines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="atlassian_identities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_group_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_group_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_http_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_http_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_instance_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="authentication_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="automation_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="award_emoji",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="aws_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="background_operation_jobs_1",schemaname="gitlab_partitions_dynamic"} 32 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="background_operation_jobs_cell_local_1",schemaname="gitlab_partitions_dynamic"} 22 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="background_operation_workers_1",schemaname="gitlab_partitions_dynamic"} 42 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="background_operation_workers_cell_local_1",schemaname="gitlab_partitions_dynamic"} 27 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="badges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="banned_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202601",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202602",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202603",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_jobs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migrations",schemaname="public"} 207 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="board_assignees",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="board_group_recent_visits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="board_labels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="board_project_recent_visits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="board_user_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="boards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_labels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_positions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_recent_visits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_boards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_lists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_user_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="broadcast_messages",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_batch_trackers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_entities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_batches",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_upload_uploads",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_exports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_failures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_trackers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="bulk_imports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_component_last_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="catalog_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="catalog_verified_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cells_outstanding_leases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="chat_names",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="chat_teams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_pending_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_report_results",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_100",schemaname="gitlab_partitions_dynamic"} 1228 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_chunks",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_100",schemaname="gitlab_partitions_dynamic"} 25126 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_101",schemaname="gitlab_partitions_dynamic"} 5328 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_102",schemaname="gitlab_partitions_dynamic"} 5328 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_runner_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_cost_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_daily_build_group_report_results",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_deleted_objects",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_freeze_periods",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_gitlab_hosted_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_group_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_hosted_runners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_instance_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_instance_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_100",schemaname="gitlab_partitions_dynamic"} 11792 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_101",schemaname="gitlab_partitions_dynamic"} 650 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_102",schemaname="gitlab_partitions_dynamic"} 650 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_100",schemaname="gitlab_partitions_dynamic"} 252 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_100",schemaname="gitlab_partitions_dynamic"} 252 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_group_scope_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_project_scope_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_job_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_minutes_additional_packs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_namespace_mirrors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_namespace_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_partitions",schemaname="public"} 406 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pending_builds",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_artifacts",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_chat_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_metadata",schemaname="public"} 3277 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedule_inputs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedule_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedules",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_100",schemaname="gitlab_partitions_dynamic"} 12884 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_101",schemaname="gitlab_partitions_dynamic"} 54072 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_102",schemaname="gitlab_partitions_dynamic"} 54072 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_project_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_project_mirrors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_project_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_refs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_resource_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_instance_level_scopings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_runner_level_scopings_instance_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controllers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_100",schemaname="gitlab_partitions_dynamic"} 252 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_101",schemaname="gitlab_partitions_dynamic"} 1386 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_102",schemaname="gitlab_partitions_dynamic"} 1386 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_group_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_instance_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_project_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_running_builds",schemaname="public"} 552 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_secure_file_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_secure_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_sources_pipelines",schemaname="public"} 4306 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_sources_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_stages_100",schemaname="gitlab_partitions_dynamic"} 420 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_stages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_stages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_subscriptions_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_unit_test_failures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_unit_tests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cloud_connector_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cloud_connector_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_migrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_url_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cluster_agents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cluster_enabled_grants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cluster_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cluster_platforms_kubernetes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cluster_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cluster_providers_aws",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="cluster_providers_gcp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="clusters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="clusters_kubernetes_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="clusters_managed_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="commit_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="compliance_framework_security_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="compliance_management_frameworks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="compliance_requirements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="compliance_requirements_controls",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="compromised_password_detections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="container_expiration_policies",schemaname="public"} 144 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="container_registry_data_repair_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="container_registry_protection_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="container_registry_protection_tag_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="container_repositories",schemaname="public"} 600 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="container_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="content_blocked_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="conversational_development_index_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="country_access_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="coverage_fuzzing_corpuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="csv_issue_imports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="custom_dashboard_search_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="custom_dashboard_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="custom_dashboards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="custom_emoji",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="custom_field_select_options",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="custom_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="custom_software_licenses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="customer_relations_organizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_pre_scan_verification_steps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_pre_scan_verifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_profile_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_profiles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_profiles_pipelines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_profiles_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_scanner_profiles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_scanner_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_site_profile_secret_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_site_profiles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_site_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_site_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_site_validations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dast_sites",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_part_uploads",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_parts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_uploads",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dependency_list_exports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_blob_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_blobs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_group_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_image_ttl_group_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_manifest_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_manifests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_packages_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="deploy_keys_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="deployment_approvals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="deployment_clusters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="deployment_merge_requests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="deployments",schemaname="public"} 1216 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="description_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="design_management_action_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="design_management_action_uploads",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="design_management_designs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="design_management_designs_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="design_management_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="design_management_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="design_management_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="design_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="designated_beneficiaries",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="detached_partitions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="diff_note_positions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dingtalk_tracker_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dora_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dora_daily_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="dora_performance_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="draft_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="duo_workflow_session_artifacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_checkpoint_writes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_workflows",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_workloads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="early_access_program_tracking_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="elastic_group_index_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="elastic_index_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_slices",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_subtasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="elasticsearch_indexed_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="elasticsearch_indexed_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="emails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="enabled_foundational_flow_check_results",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="enabled_foundational_flows",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="environments",schemaname="public"} 1454 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="epic_issues",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="epic_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="epics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="error_tracking_client_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="error_tracking_error_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="error_tracking_errors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="evidences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="excluded_merge_requests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="external_approval_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="external_pull_requests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="external_status_checks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="external_status_checks_protected_branches",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="feature_gates",schemaname="public"} 1634 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="features",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="fork_network_members",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="fork_networks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="geo_cache_invalidation_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="geo_ci_job_artifact_verification_summaries",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="geo_event_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="geo_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="geo_node_namespace_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="geo_node_organization_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="geo_node_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="geo_nodes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ghost_user_migrations",schemaname="public"} 153 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="gitlab_subscription_histories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="gitlab_subscriptions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="gpg_key_subkeys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="gpg_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="grafana_integrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="granular_scopes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_crm_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_features",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_group_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_import_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_push_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_saved_replies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_scim_auth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_scim_identities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_ssh_certificates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_type_ci_runner_machines",schemaname="public"} 11776 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_type_ci_runners",schemaname="public"} 7082 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="group_wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="historical_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="identities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="import_export_upload_uploads",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="import_export_uploads",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="import_failures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="import_offline_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="import_offline_exports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="import_placeholder_memberships",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="import_placeholder_user_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="import_source_user_placeholder_references",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="import_source_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_escalation_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_escalation_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_issuable_escalation_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_participants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_rotations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_shifts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_event_tag_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_event_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="index_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="insights",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_model_selection_feature_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_type_ci_runner_machines",schemaname="public"} 1866 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="instance_type_ci_runners",schemaname="public"} 2518 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="integrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="internal_ids",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ip_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issuable_metric_image_uploads",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issuable_metric_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issuable_resource_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issuable_severities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issuable_slas",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_assignees",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_assignment_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_email_participants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_emails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_tracker_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issue_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="issues",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="iterations_cadences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="jira_connect_installations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="jira_connect_subscriptions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="jira_imports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="jira_tracker_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="job_environments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="knowledge_graph_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="label_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="label_priorities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="labels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ldap_admin_role_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ldap_group_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="lfs_file_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="lfs_object_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="lfs_objects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="lfs_objects_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="licenses",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="lists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="loose_foreign_keys_deleted_records_1",schemaname="gitlab_partitions_dynamic"} 125 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="member_approvals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="member_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="members",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="members_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_approval_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_assignees",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_assignment_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_blocks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_cleanup_schedules",schemaname="public"} 4909 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_1",schemaname="gitlab_partitions_dynamic"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_10000001",schemaname="gitlab_partitions_dynamic"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_2000001",schemaname="gitlab_partitions_dynamic"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_4000001",schemaname="gitlab_partitions_dynamic"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_6000001",schemaname="gitlab_partitions_dynamic"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_8000001",schemaname="gitlab_partitions_dynamic"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_context_commit_diff_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_context_commits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commit_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_1",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_10000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_2000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_4000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_6000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_8000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1000000001",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_200000001",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_400000001",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_600000001",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_800000001",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diffs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_merge_schedules",schemaname="public"} 386 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_predictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_requested_changes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_reviewers",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_request_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests",schemaname="public"} 9702 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_merge_requests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_closing_issues",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_1",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_10000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_20000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_30000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_40000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_50000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="merge_trains",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="milestone_releases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="milestones",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_params",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ml_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ml_experiment_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ml_experiments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ml_model_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ml_model_version_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ml_model_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ml_models",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_admin_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_aggregation_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_ai_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_bans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_commit_emails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_00",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_01",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_02",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_03",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_04",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_05",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_06",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_07",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_08",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_09",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_10",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_11",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_12",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_13",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_14",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_15",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_16",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_17",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_18",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_19",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_20",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_21",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_22",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_23",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_24",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_25",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_26",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_27",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_28",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_29",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_30",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_31",schemaname="gitlab_partitions_static"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_details",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_import_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_isolations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_ldap_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_limits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_package_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_root_storage_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_settings",schemaname="public"} 1028 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_template_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespace_uploads",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespaces",schemaname="public"} 4007 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespaces_storage_limit_exclusions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="namespaces_sync_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="non_sql_service_pings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="note_diff_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="note_duo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="note_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="notification_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="oauth_access_grants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="oauth_applications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="oauth_consents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="oauth_device_grants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="oauth_openid_requests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="observability_group_o11y_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="observability_logs_issues_connections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="observability_metrics_issues_connections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="observability_traces_issues_connections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="onboarding_progresses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags_clients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags_issues",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="operations_scopes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="operations_strategies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="operations_strategies_user_lists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="operations_user_lists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="organization_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="organization_detail_uploads",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="organization_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="organization_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="organization_isolations",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="organization_push_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="organization_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="organization_user_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="organization_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="organizations",schemaname="public"} 225 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_batched_git_ref_updates_deletions_1",schemaname="gitlab_partitions_dynamic"} 241 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_catalog_resource_sync_events_1",schemaname="gitlab_partitions_dynamic"} 1099 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_0",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_1",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_2",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_1",schemaname="gitlab_partitions_dynamic"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_2",schemaname="gitlab_partitions_dynamic"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_1",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_10000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_2000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_4000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_6000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_8000001",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="p_sent_notifications_1",schemaname="gitlab_partitions_dynamic"} 13 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_build_infos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_cargo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_cleanup_policies",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_composer_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_composer_packages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_conan_file_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_conan_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_conan_package_references",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_conan_package_revisions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_conan_recipe_revisions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_file_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_architectures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_component_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_distributions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_architectures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_component_file_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_component_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_distributions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_publications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_dependencies",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_dependency_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_helm_file_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_helm_metadata_cache_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_helm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_maven_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_npm_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_npm_metadata_caches",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_dependency_link_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_symbol_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_symbols",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_package_file_build_infos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_package_file_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_package_files",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_packages",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_protection_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_pypi_file_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_pypi_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_rpm_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_rpm_repository_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_rubygems_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_rubygems_spec_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="packages_terraform_module_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pages_deployment_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pages_deployments",schemaname="public"} 121 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pages_domain_acme_orders",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pages_domains",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="path_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="personal_access_token_granular_scopes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="personal_access_token_last_used_ips",schemaname="public"} 2520 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="personal_access_tokens",schemaname="public"} 3536 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pipl_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="plan_limits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="plans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pm_advisories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pm_affected_packages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pm_checkpoints",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pm_cve_enrichment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pm_licenses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pm_package_version_licenses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pm_package_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pm_packages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="pool_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="postgres_async_foreign_key_validations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="postgres_async_indexes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="postgres_reindex_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="postgres_reindex_queued_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="programming_languages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_alerting_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_aliases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_authorizations",schemaname="public"} 365 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_authorizations_for_migration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_auto_devops",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_build_artifacts_size_refreshes",schemaname="public"} 47 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_ci_cd_settings",schemaname="public"} 1102 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_ci_feature_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_compliance_framework_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_compliance_standards_adherence",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_compliance_violations_issues",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_control_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_data_transfers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_error_tracking_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_export_jobs",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_feature_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_features",schemaname="public"} 4976 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_group_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_import_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_uploads",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_incident_management_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_metrics_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_mirror_data",schemaname="public"} 528 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_pages_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_push_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_relation_export_uploads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_relation_exports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_requirement_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_saved_replies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_security_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_security_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_to_security_attributes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_topic_uploads",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_topics",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_type_ci_runner_machines",schemaname="public"} 11776 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_type_ci_runners",schemaname="public"} 7082 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_uploads",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="project_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects",schemaname="public"} 59988 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_branch_rules_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_branch_rules_squash_options",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_sync_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="projects_with_pipeline_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="protected_branch_merge_access_levels",schemaname="public"} 612 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="protected_branch_push_access_levels",schemaname="public"} 673 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="protected_branch_unprotect_access_levels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="protected_branches",schemaname="public"} 1514 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="protected_environment_approval_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="protected_environment_deploy_access_levels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="protected_environments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="protected_tag_create_access_levels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="protected_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="push_event_payloads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="push_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="queries_service_pings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="raw_usage_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="redirect_routes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="related_epic_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="relation_import_trackers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="release_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="releases",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="remote_mirrors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="repository_languages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="required_code_owners_sections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="requirements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="requirements_management_test_reports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="resource_iteration_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="resource_label_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="resource_link_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="resource_milestone_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="resource_state_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="resource_weight_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="reviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="routes",schemaname="public"} 14573 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="saml_group_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="saml_providers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="saved_replies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="saved_views",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sbom_component_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sbom_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sbom_graph_paths",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrence_refs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrences_vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sbom_source_packages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sbom_sources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sbom_vulnerability_scan_results",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sbom_vulnerability_scans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="scan_execution_policy_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="scan_result_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="scan_result_policy_violation_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="scan_result_policy_violations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="schema_migrations",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="scim_group_memberships",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="scim_identities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="scim_oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="secret_detection_token_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="secrets_management_recovery_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="secrets_manager_namespace_enrollments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_attributes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_finding_enrichments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_finding_token_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_inventory_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_orchestration_policy_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_orchestration_policy_rule_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_pipeline_execution_policy_config_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_pipeline_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_policy_dismissals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_policy_project_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_policy_requirements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_policy_schedule_pipelines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_project_tracked_contexts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_scan_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_scan_profile_project_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_scan_profile_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_scan_profiles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_scan_profiles_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_scans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_scheduled_pipeline_execution_policy_test_runs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_training_providers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="security_trainings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sentry_issues",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="service_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="service_desk_custom_email_credentials",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="service_desk_custom_email_verifications",schemaname="public"} 153 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="service_desk_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="shards",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="slack_api_scopes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="slack_integrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="slack_integrations_scopes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="slsa_attestations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="smartcard_identities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="snippet_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="snippet_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="snippet_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="snippet_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="snippet_uploads",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="snippet_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="snippets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="software_license_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="spam_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="sprints",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="status_check_responses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="status_page_published_incidents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="status_page_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="subscription_add_on_purchases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="subscription_add_ons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="subscription_seat_assignments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="subscription_user_add_on_assignment_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="subscription_user_add_on_assignments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="subscriptions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="suggestions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="supply_chain_attestation_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="system_access_group_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="system_access_group_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="system_access_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="system_access_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="system_note_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="tag_gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="tag_ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="tag_x509_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="target_branch_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="targeted_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="targeted_message_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="targeted_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="term_agreements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="terraform_state_protection_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="terraform_state_version_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="terraform_state_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="terraform_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="timelog_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="timelogs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="todos",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="topics",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="trending_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="upcoming_reconciliations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="uploads_archived",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_achievements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_admin_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_agent_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_broadcast_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_callouts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_credit_card_validations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_details",schemaname="public"} 1414 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_follow_users",schemaname="public"} 3694 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_group_callouts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_group_member_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_highest_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_member_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_namespace_callouts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_permission_export_upload_uploads",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_permission_export_uploads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_phone_number_validations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_preferences",schemaname="public"} 1350 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_project_callouts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_project_member_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_saved_views",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_statuses",schemaname="public"} 236 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_synced_attributes_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="user_uploads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="users",schemaname="public"} 12005 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="users_ops_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="users_security_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="users_star_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="users_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="value_stream_dashboard_aggregations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_registries",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entry_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_local_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registries",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstream_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registries",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vs_code_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_archive_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_archive_export_uploads",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_detection_transitions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_part_uploads",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_parts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_uploads",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_exports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_external_issue_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_due_dates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_evidences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_risk_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_findings_remediations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_flags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_flip_guards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_identifiers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_issue_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_management_policy_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_merge_request_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_namespace_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_occurrence_identifiers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_occurrences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_partial_scans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_reads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_remediation_uploads",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_remediations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_representation_information",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_scanners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_severity_overrides",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_state_transitions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_triggered_workflows",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260717",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260718",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260719",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260720",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260721",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260722",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260723",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260724",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260725",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260726",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260727",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260728",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260729",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260730",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260731",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260801",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260802",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260803",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260804",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260805",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260806",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260807",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260808",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260809",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260810",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260811",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260812",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260813",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260814",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260815",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260816",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260817",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260818",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260819",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260820",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260821",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260822",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260823",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260824",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260825",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260826",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260827",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260828",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260829",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="web_hooks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="webauthn_registrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="wiki_page_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="wiki_page_meta_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="wiki_page_slugs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_agent_plans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_colors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_current_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_lifecycle_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_status_mappings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_types",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_date_field_values",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_dates_sources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_number_field_values",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_parent_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_positions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_progresses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_select_field_values",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_text_field_values",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_transitions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_type_custom_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_type_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_type_user_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_type_visibilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_type_visibility_defaults",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="work_item_weights_sources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="workspace_agentk_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="workspace_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="workspace_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="workspaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="workspaces_agent_config_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="workspaces_agent_configs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="x509_certificates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="x509_commit_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="x509_issuers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="xray_reports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="zentao_tracker_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="zoekt_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="zoekt_indices",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="zoekt_nodes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="zoekt_replicas",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="zoekt_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gitlabhq_production",relname="zoom_meetings",schemaname="public"} 0 # HELP pg_statio_user_tables_idx_blocks_read Number of disk blocks read from all indexes on this table # TYPE pg_statio_user_tables_idx_blocks_read counter pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="abuse_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="abuse_report_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="abuse_report_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="abuse_report_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="abuse_report_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="abuse_reports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="achievement_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="achievement_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="achievements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="activation_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="activity_pub_releases_subscriptions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="admin_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="agent_activity_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="agent_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="agent_organization_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="agent_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="agent_user_access_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="agent_user_access_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_active_context_collections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_active_context_connections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_active_context_migrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_active_context_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_agent_version_attachments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_agent_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_agents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_consumers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_stars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_version_dependencies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_items",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_mcp_servers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_mcp_servers_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_conversation_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_conversation_threads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_feature_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_flow_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_instance_accessible_entity_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_namespace_feature_access_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_namespace_feature_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_self_hosted_models",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_testing_terms_acceptances",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_tool_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_user_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_file_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_file_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_assignees",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_metric_image_uploads",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_metric_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="alert_management_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="alert_management_http_integrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="allowed_email_domains",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_aggregations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_stages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_value_streams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_aggregations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_event_hashes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_value_stream_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_dashboards_pointers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_devops_adoption_segments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_devops_adoption_snapshots",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analytics_usage_trends_measurements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analyzer_namespace_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="analyzer_project_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="appearance_uploads",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="appearances",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="application_setting_terms",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="application_settings",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_group_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rule_sources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_approved_approvers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_policy_merge_request_bypass_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_policy_rule_project_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_policy_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_project_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="approvals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ar_internal_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="arkose_sessions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ascp_component_dependencies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ascp_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ascp_scans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ascp_security_contexts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ascp_security_guidelines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="atlassian_identities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_group_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_group_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_http_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_http_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_instance_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="authentication_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="automation_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="award_emoji",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="aws_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="background_operation_jobs_1",schemaname="gitlab_partitions_dynamic"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="background_operation_jobs_cell_local_1",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="background_operation_workers_1",schemaname="gitlab_partitions_dynamic"} 6 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="background_operation_workers_cell_local_1",schemaname="gitlab_partitions_dynamic"} 5 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="badges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="banned_users",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202601",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202602",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202603",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_jobs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="batched_background_migrations",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="board_assignees",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="board_group_recent_visits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="board_labels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="board_project_recent_visits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="board_user_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="boards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_labels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_positions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_recent_visits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="boards_epic_boards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="boards_epic_list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="boards_epic_lists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="boards_epic_user_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="broadcast_messages",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="bulk_import_batch_trackers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="bulk_import_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="bulk_import_entities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_batches",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_upload_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="bulk_import_exports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="bulk_import_failures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="bulk_import_trackers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="bulk_imports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="catalog_resource_component_last_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="catalog_resource_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="catalog_resource_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="catalog_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="catalog_verified_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cells_outstanding_leases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="chat_names",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="chat_teams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_names_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_names_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_names_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_pending_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_report_results",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_100",schemaname="gitlab_partitions_dynamic"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_chunks",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_builds_100",schemaname="gitlab_partitions_dynamic"} 27 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_builds_101",schemaname="gitlab_partitions_dynamic"} 24 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_builds_102",schemaname="gitlab_partitions_dynamic"} 24 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_builds_runner_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_cost_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_daily_build_group_report_results",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_deleted_objects",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_freeze_periods",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_gitlab_hosted_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_group_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_hosted_runners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_instance_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_instance_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_100",schemaname="gitlab_partitions_dynamic"} 13 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_101",schemaname="gitlab_partitions_dynamic"} 13 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_102",schemaname="gitlab_partitions_dynamic"} 13 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_100",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_100",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_token_authorizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_token_group_scope_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_token_project_scope_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_job_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_minutes_additional_packs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_namespace_mirrors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_namespace_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_partitions",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pending_builds",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_artifacts",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_chat_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_metadata",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedule_inputs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedule_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedules",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_100",schemaname="gitlab_partitions_dynamic"} 24 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_101",schemaname="gitlab_partitions_dynamic"} 24 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_102",schemaname="gitlab_partitions_dynamic"} 24 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_project_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_project_mirrors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_project_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_refs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_resource_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_instance_level_scopings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_runner_level_scopings_instance_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_controllers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_100",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_101",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_102",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_group_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_instance_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_project_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_runner_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_running_builds",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_secure_file_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_secure_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_sources_pipelines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_sources_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_stages_100",schemaname="gitlab_partitions_dynamic"} 5 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_stages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_stages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_subscriptions_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_unit_test_failures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_unit_tests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_workloads_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_workloads_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ci_workloads_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cloud_connector_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cloud_connector_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cluster_agent_migrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cluster_agent_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cluster_agent_url_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cluster_agents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cluster_enabled_grants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cluster_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cluster_platforms_kubernetes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cluster_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cluster_providers_aws",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="cluster_providers_gcp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="clusters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="clusters_kubernetes_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="clusters_managed_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="commit_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="compliance_framework_security_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="compliance_management_frameworks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="compliance_requirements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="compliance_requirements_controls",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="compromised_password_detections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="container_expiration_policies",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="container_registry_data_repair_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="container_registry_protection_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="container_registry_protection_tag_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="container_repositories",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="container_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="content_blocked_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="conversational_development_index_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="country_access_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="coverage_fuzzing_corpuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="csv_issue_imports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="custom_dashboard_search_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="custom_dashboard_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="custom_dashboards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="custom_emoji",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="custom_field_select_options",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="custom_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="custom_software_licenses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="customer_relations_organizations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_pre_scan_verification_steps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_pre_scan_verifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_profile_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_profiles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_profiles_pipelines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_profiles_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_scanner_profiles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_scanner_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_site_profile_secret_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_site_profiles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_site_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_site_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_site_validations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dast_sites",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_part_uploads",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_parts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_uploads",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dependency_list_exports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_blob_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_blobs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_group_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_image_ttl_group_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_manifest_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_manifests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_packages_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="deploy_keys_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="deployment_approvals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="deployment_clusters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="deployment_merge_requests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="deployments",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="description_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="design_management_action_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="design_management_action_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="design_management_designs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="design_management_designs_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="design_management_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="design_management_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="design_management_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="design_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="designated_beneficiaries",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="detached_partitions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="diff_note_positions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dingtalk_tracker_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dora_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dora_daily_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="dora_performance_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="draft_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="duo_workflow_session_artifacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="duo_workflows_checkpoint_writes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="duo_workflows_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="duo_workflows_workflows",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="duo_workflows_workloads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="early_access_program_tracking_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="elastic_group_index_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="elastic_index_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_slices",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_subtasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="elasticsearch_indexed_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="elasticsearch_indexed_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="emails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="enabled_foundational_flow_check_results",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="enabled_foundational_flows",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="environments",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="epic_issues",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="epic_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="epics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="error_tracking_client_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="error_tracking_error_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="error_tracking_errors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="evidences",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="excluded_merge_requests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="external_approval_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="external_pull_requests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="external_status_checks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="external_status_checks_protected_branches",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="feature_gates",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="features",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="fork_network_members",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="fork_networks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="geo_cache_invalidation_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="geo_ci_job_artifact_verification_summaries",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="geo_event_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="geo_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="geo_node_namespace_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="geo_node_organization_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="geo_node_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="geo_nodes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ghost_user_migrations",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="gitlab_subscription_histories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="gitlab_subscriptions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="gpg_key_subkeys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="gpg_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="grafana_integrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="granular_scopes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_crm_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_features",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_group_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_import_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_push_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_saved_replies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_scim_auth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_scim_identities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_ssh_certificates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_type_ci_runner_machines",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_type_ci_runners",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="group_wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="historical_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="identities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="import_export_upload_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="import_export_uploads",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="import_failures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="import_offline_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="import_offline_exports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="import_placeholder_memberships",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="import_placeholder_user_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="import_source_user_placeholder_references",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="import_source_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_escalation_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_escalation_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_issuable_escalation_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_participants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_rotations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_shifts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_event_tag_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_event_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="index_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="insights",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_model_selection_feature_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_type_ci_runner_machines",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="instance_type_ci_runners",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="integrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="internal_ids",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ip_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issuable_metric_image_uploads",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issuable_metric_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issuable_resource_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issuable_severities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issuable_slas",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_assignees",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_assignment_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_email_participants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_emails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_tracker_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issue_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="issues",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="iterations_cadences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="jira_connect_installations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="jira_connect_subscriptions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="jira_imports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="jira_tracker_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="job_environments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="knowledge_graph_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="label_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="label_priorities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="labels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ldap_admin_role_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ldap_group_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="lfs_file_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="lfs_object_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="lfs_objects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="lfs_objects_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="licenses",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="lists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="loose_foreign_keys_deleted_records_1",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="member_approvals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="member_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="members",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="members_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_approval_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_assignees",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_assignment_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_blocks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_cleanup_schedules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_1",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_10000001",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_2000001",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_4000001",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_6000001",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_8000001",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_context_commit_diff_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_context_commits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commit_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_1",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_10000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_2000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_4000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_6000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_8000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1000000001",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_200000001",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_400000001",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_600000001",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_800000001",schemaname="gitlab_partitions_dynamic"} 1 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_diffs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_merge_schedules",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_predictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_requested_changes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_reviewers",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_request_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_groups",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_merge_requests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_closing_issues",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_1",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_10000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_20000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_30000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_40000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_50000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="merge_trains",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="milestone_releases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="milestones",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ml_candidate_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ml_candidate_metrics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ml_candidate_params",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ml_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ml_experiment_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ml_experiments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ml_model_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ml_model_version_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ml_model_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ml_models",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_admin_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_aggregation_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_ai_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_bans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_commit_emails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_00",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_01",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_02",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_03",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_04",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_05",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_06",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_07",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_08",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_09",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_10",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_11",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_12",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_13",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_14",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_15",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_16",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_17",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_18",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_19",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_20",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_21",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_22",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_23",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_24",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_25",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_26",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_27",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_28",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_29",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_30",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_31",schemaname="gitlab_partitions_static"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_details",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_import_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_isolations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_ldap_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_limits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_package_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_root_storage_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_settings",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_template_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespace_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespaces",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespaces_storage_limit_exclusions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="namespaces_sync_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="non_sql_service_pings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="note_diff_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="note_duo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="note_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="notification_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="oauth_access_grants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="oauth_applications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="oauth_consents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="oauth_device_grants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="oauth_openid_requests",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="observability_group_o11y_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="observability_logs_issues_connections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="observability_metrics_issues_connections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="observability_traces_issues_connections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="onboarding_progresses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags_clients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags_issues",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="operations_scopes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="operations_strategies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="operations_strategies_user_lists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="operations_user_lists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="organization_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="organization_detail_uploads",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="organization_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="organization_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="organization_isolations",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="organization_push_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="organization_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="organization_user_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="organization_users",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="organizations",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_batched_git_ref_updates_deletions_1",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_catalog_resource_sync_events_1",schemaname="gitlab_partitions_dynamic"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_0",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_1",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_2",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_1",schemaname="gitlab_partitions_dynamic"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_2",schemaname="gitlab_partitions_dynamic"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_1",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_10000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_2000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_4000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_6000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_8000001",schemaname="gitlab_partitions_dynamic"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="p_sent_notifications_1",schemaname="gitlab_partitions_dynamic"} 5 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_build_infos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_cargo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_cleanup_policies",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_composer_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_composer_packages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_conan_file_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_conan_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_conan_package_references",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_conan_package_revisions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_conan_recipe_revisions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_file_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_architectures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_component_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_distributions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_architectures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_component_file_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_component_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_distributions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_debian_publications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_dependencies",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_dependency_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_helm_file_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_helm_metadata_cache_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_helm_metadata_caches",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_maven_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_npm_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_npm_metadata_caches",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_nuget_dependency_link_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_nuget_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_nuget_symbol_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_nuget_symbols",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_package_file_build_infos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_package_file_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_package_files",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_packages",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_protection_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_pypi_file_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_pypi_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_rpm_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_rpm_repository_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_rubygems_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_rubygems_spec_files",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="packages_terraform_module_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pages_deployment_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pages_deployments",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pages_domain_acme_orders",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pages_domains",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="path_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="personal_access_token_granular_scopes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="personal_access_token_last_used_ips",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="personal_access_tokens",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pipl_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="plan_limits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="plans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pm_advisories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pm_affected_packages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pm_checkpoints",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pm_cve_enrichment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pm_licenses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pm_package_version_licenses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pm_package_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pm_packages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="pool_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="postgres_async_foreign_key_validations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="postgres_async_indexes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="postgres_reindex_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="postgres_reindex_queued_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="programming_languages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_alerting_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_aliases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_authorizations",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_authorizations_for_migration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_auto_devops",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_build_artifacts_size_refreshes",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_ci_cd_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_ci_feature_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_compliance_framework_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_compliance_standards_adherence",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_compliance_violations_issues",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_control_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_data_transfers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_error_tracking_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_export_jobs",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_feature_usages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_features",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_group_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_import_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_incident_management_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_metrics_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_mirror_data",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_pages_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_push_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_relation_export_uploads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_relation_exports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_requirement_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_saved_replies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_security_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_security_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_to_security_attributes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_topic_uploads",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_topics",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_type_ci_runner_machines",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_type_ci_runners",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="project_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_branch_rules_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_branch_rules_squash_options",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_sync_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="projects_with_pipeline_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="protected_branch_merge_access_levels",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="protected_branch_push_access_levels",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="protected_branch_unprotect_access_levels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="protected_branches",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="protected_environment_approval_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="protected_environment_deploy_access_levels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="protected_environments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="protected_tag_create_access_levels",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="protected_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="push_event_payloads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="push_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="queries_service_pings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="raw_usage_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="redirect_routes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="related_epic_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="relation_import_trackers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="release_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="releases",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="remote_mirrors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="repository_languages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="required_code_owners_sections",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="requirements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="requirements_management_test_reports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="resource_iteration_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="resource_label_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="resource_link_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="resource_milestone_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="resource_state_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="resource_weight_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="reviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="routes",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="saml_group_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="saml_providers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="saved_replies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="saved_views",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sbom_component_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sbom_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sbom_graph_paths",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sbom_occurrence_refs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sbom_occurrences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sbom_occurrences_vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sbom_source_packages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sbom_sources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sbom_vulnerability_scan_results",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sbom_vulnerability_scans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="scan_execution_policy_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="scan_result_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="scan_result_policy_violation_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="scan_result_policy_violations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="schema_migrations",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="scim_group_memberships",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="scim_identities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="scim_oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="secret_detection_token_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="secrets_management_recovery_keys",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="secrets_manager_namespace_enrollments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_attributes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_finding_enrichments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_finding_token_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_inventory_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_orchestration_policy_configurations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_orchestration_policy_rule_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_pipeline_execution_policy_config_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_pipeline_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_policy_dismissals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_policy_project_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_policy_requirements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_policy_schedule_pipelines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_project_tracked_contexts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_scan_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_scan_profile_project_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_scan_profile_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_scan_profiles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_scan_profiles_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_scans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_scheduled_pipeline_execution_policy_test_runs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_training_providers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="security_trainings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sentry_issues",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="service_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="service_desk_custom_email_credentials",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="service_desk_custom_email_verifications",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="service_desk_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="shards",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="slack_api_scopes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="slack_integrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="slack_integrations_scopes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="slsa_attestations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="smartcard_identities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="snippet_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="snippet_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="snippet_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="snippet_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="snippet_uploads",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="snippet_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="snippets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="software_license_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="spam_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="sprints",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="status_check_responses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="status_page_published_incidents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="status_page_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="subscription_add_on_purchases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="subscription_add_ons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="subscription_seat_assignments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="subscription_user_add_on_assignment_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="subscription_user_add_on_assignments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="subscriptions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="suggestions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="supply_chain_attestation_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="system_access_group_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="system_access_group_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="system_access_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="system_access_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="system_note_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="tag_gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="tag_ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="tag_x509_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="target_branch_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="targeted_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="targeted_message_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="targeted_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="term_agreements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="terraform_state_protection_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="terraform_state_version_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="terraform_state_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="terraform_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="timelog_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="timelogs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="todos",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="topics",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="trending_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="upcoming_reconciliations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="uploads_archived",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_achievements",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_admin_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_agent_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_broadcast_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_callouts",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_credit_card_validations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_details",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_follow_users",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_group_callouts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_group_member_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_highest_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_member_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_namespace_callouts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_permission_export_upload_uploads",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_permission_export_uploads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_phone_number_validations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_preferences",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_project_callouts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_project_member_roles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_saved_views",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_statuses",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_synced_attributes_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="user_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="users",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="users_ops_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="users_security_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="users_star_projects",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="users_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="value_stream_dashboard_aggregations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="verification_codes_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_registries",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entry_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_local_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registries",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstream_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registries",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_upstreams",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vs_code_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_archive_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_archive_export_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_detection_transitions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_part_uploads",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_parts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_uploads",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_exports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_external_issue_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_due_dates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_evidences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_risk_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_findings_remediations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_flags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_flip_guards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_identifiers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_issue_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_management_policy_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_merge_request_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_namespace_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_occurrence_identifiers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_occurrences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_partial_scans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_reads",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_remediation_uploads",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_remediations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_representation_information",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_scanners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_severity_overrides",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_state_transitions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_statistics",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_triggered_workflows",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="vulnerability_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260717",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260718",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260719",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260720",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260721",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260722",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260723",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260724",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260725",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260726",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260727",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260728",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260729",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260730",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260731",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260801",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260802",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260803",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260804",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260805",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260806",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260807",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260808",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260809",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260810",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260811",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260812",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260813",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260814",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260815",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260816",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260817",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260818",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260819",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260820",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260821",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260822",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260823",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260824",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260825",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260826",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260827",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260828",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260829",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="web_hooks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="webauthn_registrations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="wiki_page_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="wiki_page_meta_user_mentions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="wiki_page_slugs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_agent_plans",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_colors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_current_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_custom_lifecycle_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_custom_status_mappings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_custom_statuses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_custom_types",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_date_field_values",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_dates_sources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_number_field_values",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_parent_links",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_positions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_progresses",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_select_field_values",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_text_field_values",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_transitions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_type_custom_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_type_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_type_user_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_type_visibilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_type_visibility_defaults",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="work_item_weights_sources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="workspace_agentk_states",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="workspace_tokens",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="workspace_variables",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="workspaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="workspaces_agent_config_versions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="workspaces_agent_configs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="x509_certificates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="x509_commit_signatures",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="x509_issuers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="xray_reports",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="zentao_tracker_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="zoekt_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="zoekt_indices",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="zoekt_nodes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="zoekt_replicas",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="zoekt_repositories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gitlabhq_production",relname="zoom_meetings",schemaname="public"} 0 # HELP pg_statio_user_tables_tidx_blocks_hit Number of buffer hits in this table's TOAST table indexes (if any) # TYPE pg_statio_user_tables_tidx_blocks_hit counter pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="abuse_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="abuse_report_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="abuse_report_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="abuse_report_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="abuse_report_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="abuse_reports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="achievement_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="achievement_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="achievements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="activation_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="activity_pub_releases_subscriptions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="admin_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="agent_activity_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="agent_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="agent_organization_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="agent_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="agent_user_access_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="agent_user_access_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_collections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_connections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_migrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_agent_version_attachments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_agent_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_agents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_consumers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_stars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_version_dependencies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_items",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_mcp_servers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_mcp_servers_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_conversation_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_conversation_threads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_feature_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_flow_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_instance_accessible_entity_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_namespace_feature_access_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_namespace_feature_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_self_hosted_models",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_testing_terms_acceptances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_tool_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_user_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_file_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_file_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_assignees",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_metric_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="alert_management_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="alert_management_http_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="allowed_email_domains",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_aggregations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_stages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_value_streams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_aggregations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_event_hashes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_value_stream_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_dashboards_pointers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_devops_adoption_segments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_devops_adoption_snapshots",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analytics_usage_trends_measurements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analyzer_namespace_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="analyzer_project_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="appearance_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="appearances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="application_setting_terms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="application_settings",schemaname="public"} 61127 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rule_sources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_approved_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_policy_merge_request_bypass_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_policy_rule_project_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_policy_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ar_internal_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="arkose_sessions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ascp_component_dependencies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ascp_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ascp_scans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ascp_security_contexts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ascp_security_guidelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="atlassian_identities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_group_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_group_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_http_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_http_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_instance_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="authentication_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="automation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="award_emoji",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="aws_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="background_operation_jobs_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="background_operation_jobs_cell_local_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="background_operation_workers_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="background_operation_workers_cell_local_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="badges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="banned_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202601",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202602",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202603",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_jobs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="batched_background_migrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="board_assignees",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="board_group_recent_visits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="board_labels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="board_project_recent_visits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="board_user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="boards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_labels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_positions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_recent_visits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_boards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_lists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="boards_epic_user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="broadcast_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_batch_trackers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_entities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_batches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_exports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_failures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="bulk_import_trackers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="bulk_imports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_component_last_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="catalog_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="catalog_verified_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cells_outstanding_leases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="chat_names",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="chat_teams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_pending_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_report_results",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_chunks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_builds_runner_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_cost_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_daily_build_group_report_results",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_deleted_objects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_freeze_periods",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_gitlab_hosted_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_group_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_hosted_runners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_instance_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_instance_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_group_scope_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_project_scope_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_job_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_minutes_additional_packs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_namespace_mirrors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_namespace_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_partitions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pending_builds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_artifacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_chat_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedule_inputs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedule_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_project_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_project_mirrors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_project_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_refs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_resource_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_instance_level_scopings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_runner_level_scopings_instance_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controllers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_group_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_instance_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_project_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_runner_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_running_builds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_secure_file_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_secure_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_sources_pipelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_sources_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_stages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_stages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_stages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_subscriptions_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_unit_test_failures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_unit_tests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cloud_connector_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cloud_connector_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_migrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_url_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cluster_agents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cluster_enabled_grants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cluster_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cluster_platforms_kubernetes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cluster_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cluster_providers_aws",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="cluster_providers_gcp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="clusters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="clusters_kubernetes_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="clusters_managed_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="commit_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="compliance_framework_security_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="compliance_management_frameworks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="compliance_requirements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="compliance_requirements_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="compromised_password_detections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="container_expiration_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="container_registry_data_repair_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="container_registry_protection_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="container_registry_protection_tag_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="container_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="container_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="content_blocked_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="conversational_development_index_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="country_access_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="coverage_fuzzing_corpuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="csv_issue_imports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="custom_dashboard_search_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="custom_dashboard_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="custom_dashboards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="custom_emoji",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="custom_field_select_options",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="custom_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="custom_software_licenses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="customer_relations_organizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_pre_scan_verification_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_pre_scan_verifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_profile_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_profiles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_profiles_pipelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_profiles_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_scanner_profiles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_scanner_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_site_profile_secret_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_site_profiles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_site_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_site_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_site_validations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dast_sites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_parts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dependency_list_exports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_blob_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_blobs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_group_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_image_ttl_group_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_manifest_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_manifests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_packages_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="deploy_keys_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="deployment_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="deployment_clusters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="deployment_merge_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="deployments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="description_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="design_management_action_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="design_management_action_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="design_management_designs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="design_management_designs_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="design_management_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="design_management_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="design_management_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="design_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="designated_beneficiaries",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="detached_partitions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="diff_note_positions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dingtalk_tracker_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dora_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dora_daily_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="dora_performance_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="draft_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="duo_workflow_session_artifacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_checkpoint_writes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_workflows",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_workloads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="early_access_program_tracking_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="elastic_group_index_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="elastic_index_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_slices",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_subtasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="elasticsearch_indexed_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="elasticsearch_indexed_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="emails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="enabled_foundational_flow_check_results",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="enabled_foundational_flows",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="environments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="epic_issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="epic_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="epics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="error_tracking_client_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="error_tracking_error_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="error_tracking_errors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="evidences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="excluded_merge_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="external_approval_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="external_pull_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="external_status_checks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="external_status_checks_protected_branches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="feature_gates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="features",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="fork_network_members",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="fork_networks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="geo_cache_invalidation_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="geo_ci_job_artifact_verification_summaries",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="geo_event_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="geo_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="geo_node_namespace_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="geo_node_organization_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="geo_node_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="geo_nodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ghost_user_migrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="gitlab_subscription_histories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="gitlab_subscriptions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="gpg_key_subkeys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="gpg_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="grafana_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="granular_scopes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_crm_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_features",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_group_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_import_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_push_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_saved_replies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_scim_auth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_scim_identities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_ssh_certificates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="group_wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="historical_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="identities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="import_failures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="import_offline_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="import_offline_exports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="import_placeholder_memberships",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="import_placeholder_user_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="import_source_user_placeholder_references",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="import_source_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_escalation_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_escalation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_issuable_escalation_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_participants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_rotations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_shifts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_event_tag_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_event_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="index_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="insights",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_model_selection_feature_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="instance_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="internal_ids",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ip_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issuable_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issuable_metric_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issuable_resource_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issuable_severities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issuable_slas",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_assignees",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_assignment_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_email_participants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_emails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_tracker_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issue_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="iterations_cadences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="jira_connect_installations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="jira_connect_subscriptions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="jira_imports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="jira_tracker_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="job_environments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="knowledge_graph_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="label_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="label_priorities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="labels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ldap_admin_role_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ldap_group_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="lfs_file_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="lfs_object_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="lfs_objects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="lfs_objects_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="licenses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="lists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="loose_foreign_keys_deleted_records_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="member_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="member_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="members",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="members_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_approval_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_assignees",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_assignment_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_blocks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_cleanup_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_context_commit_diff_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_context_commits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commit_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1000000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_200000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_400000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_600000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_800000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_diffs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_merge_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_predictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_requested_changes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_reviewers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_request_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_merge_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_closing_issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_20000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_30000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_40000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_50000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="merge_trains",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="milestone_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="milestones",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_params",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ml_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ml_experiment_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ml_experiments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ml_model_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ml_model_version_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ml_model_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ml_models",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_admin_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_aggregation_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_ai_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_bans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_commit_emails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_import_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_isolations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_ldap_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_limits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_package_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_root_storage_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_template_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespace_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespaces_storage_limit_exclusions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="namespaces_sync_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="non_sql_service_pings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="note_diff_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="note_duo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="note_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="notification_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="oauth_access_grants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="oauth_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="oauth_consents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="oauth_device_grants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="oauth_openid_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="observability_group_o11y_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="observability_logs_issues_connections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="observability_metrics_issues_connections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="observability_traces_issues_connections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="onboarding_progresses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags_clients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags_issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="operations_scopes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="operations_strategies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="operations_strategies_user_lists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="operations_user_lists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="organization_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="organization_detail_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="organization_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="organization_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="organization_isolations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="organization_push_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="organization_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="organization_user_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="organization_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="organizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_batched_git_ref_updates_deletions_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_catalog_resource_sync_events_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_0",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_1",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_2",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_2",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="p_sent_notifications_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_build_infos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_cargo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_composer_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_composer_packages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_conan_file_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_conan_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_conan_package_references",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_conan_package_revisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_conan_recipe_revisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_file_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_architectures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_component_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_distributions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_architectures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_component_file_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_component_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_distributions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_debian_publications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_dependencies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_dependency_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_helm_file_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_helm_metadata_cache_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_helm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_maven_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_npm_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_npm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_dependency_link_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_symbol_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_symbols",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_package_file_build_infos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_package_file_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_package_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_packages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_protection_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_pypi_file_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_pypi_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_rpm_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_rpm_repository_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_rubygems_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_rubygems_spec_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="packages_terraform_module_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pages_deployment_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pages_deployments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pages_domain_acme_orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pages_domains",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="path_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="personal_access_token_granular_scopes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="personal_access_token_last_used_ips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="personal_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pipl_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="plan_limits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="plans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pm_advisories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pm_affected_packages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pm_checkpoints",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pm_cve_enrichment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pm_licenses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pm_package_version_licenses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pm_package_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pm_packages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="pool_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="postgres_async_foreign_key_validations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="postgres_async_indexes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="postgres_reindex_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="postgres_reindex_queued_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="programming_languages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_alerting_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_aliases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_authorizations_for_migration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_auto_devops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_build_artifacts_size_refreshes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_ci_feature_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_compliance_framework_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_compliance_standards_adherence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_compliance_violations_issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_control_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_data_transfers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_error_tracking_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_export_jobs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_feature_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_features",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_group_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_import_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_incident_management_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_metrics_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_mirror_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_pages_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_push_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_relation_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_relation_exports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_requirement_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_saved_replies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_security_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_security_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_to_security_attributes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_topic_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_topics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="project_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_branch_rules_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_branch_rules_squash_options",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_sync_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="projects_with_pipeline_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="protected_branch_merge_access_levels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="protected_branch_push_access_levels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="protected_branch_unprotect_access_levels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="protected_branches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="protected_environment_approval_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="protected_environment_deploy_access_levels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="protected_environments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="protected_tag_create_access_levels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="protected_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="push_event_payloads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="push_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="queries_service_pings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="raw_usage_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="redirect_routes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="related_epic_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="relation_import_trackers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="release_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="remote_mirrors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="repository_languages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="required_code_owners_sections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="requirements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="requirements_management_test_reports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="resource_iteration_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="resource_label_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="resource_link_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="resource_milestone_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="resource_state_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="resource_weight_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="reviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="routes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="saml_group_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="saml_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="saved_replies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="saved_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sbom_component_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sbom_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sbom_graph_paths",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrence_refs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrences_vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sbom_source_packages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sbom_sources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sbom_vulnerability_scan_results",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sbom_vulnerability_scans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="scan_execution_policy_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="scan_result_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="scan_result_policy_violation_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="scan_result_policy_violations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="schema_migrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="scim_group_memberships",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="scim_identities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="scim_oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="secret_detection_token_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="secrets_management_recovery_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="secrets_manager_namespace_enrollments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_attributes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_finding_enrichments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_finding_token_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_inventory_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_orchestration_policy_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_orchestration_policy_rule_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_pipeline_execution_policy_config_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_pipeline_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_policy_dismissals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_policy_project_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_policy_requirements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_policy_schedule_pipelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_project_tracked_contexts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_scan_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_scan_profile_project_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_scan_profile_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_scan_profiles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_scan_profiles_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_scans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_scheduled_pipeline_execution_policy_test_runs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_training_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="security_trainings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sentry_issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="service_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="service_desk_custom_email_credentials",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="service_desk_custom_email_verifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="service_desk_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="shards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="slack_api_scopes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="slack_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="slack_integrations_scopes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="slsa_attestations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="smartcard_identities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="snippet_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="snippet_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="snippet_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="snippet_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="snippet_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="snippet_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="snippets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="software_license_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="spam_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="sprints",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="status_check_responses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="status_page_published_incidents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="status_page_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="subscription_add_on_purchases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="subscription_add_ons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="subscription_seat_assignments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="subscription_user_add_on_assignment_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="subscription_user_add_on_assignments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="subscriptions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="suggestions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="supply_chain_attestation_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="system_access_group_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="system_access_group_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="system_access_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="system_access_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="system_note_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="tag_gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="tag_ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="tag_x509_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="target_branch_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="targeted_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="targeted_message_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="targeted_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="term_agreements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="terraform_state_protection_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="terraform_state_version_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="terraform_state_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="terraform_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="timelog_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="timelogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="todos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="topics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="trending_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="upcoming_reconciliations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="uploads_archived",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_achievements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_admin_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_agent_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_broadcast_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_callouts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_credit_card_validations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_follow_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_group_callouts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_group_member_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_highest_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_member_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_namespace_callouts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_permission_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_permission_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_phone_number_validations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_project_callouts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_project_member_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_saved_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_synced_attributes_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="user_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="users_ops_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="users_security_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="users_star_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="users_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="value_stream_dashboard_aggregations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_registries",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entry_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_local_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registries",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstream_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registries",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vs_code_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_archive_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_archive_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_detection_transitions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_parts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_exports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_external_issue_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_due_dates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_evidences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_risk_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_findings_remediations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_flags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_flip_guards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_identifiers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_issue_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_management_policy_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_merge_request_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_namespace_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_occurrence_identifiers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_occurrences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_partial_scans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_reads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_remediation_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_remediations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_representation_information",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_scanners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_severity_overrides",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_state_transitions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_triggered_workflows",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="vulnerability_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260717",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260718",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260719",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260720",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260721",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260722",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260723",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260724",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260725",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260726",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260727",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260728",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260729",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260730",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260731",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260801",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260802",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260803",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260804",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260805",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260806",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260807",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260808",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260809",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260810",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260811",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260812",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260813",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260814",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260815",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260816",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260817",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260818",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260819",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260820",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260821",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260822",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260823",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260824",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260825",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260826",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260827",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260828",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260829",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="web_hooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="webauthn_registrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="wiki_page_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="wiki_page_meta_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="wiki_page_slugs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_agent_plans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_colors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_current_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_lifecycle_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_status_mappings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_types",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_date_field_values",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_dates_sources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_number_field_values",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_parent_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_positions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_progresses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_select_field_values",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_text_field_values",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_transitions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_type_custom_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_type_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_type_user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_type_visibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_type_visibility_defaults",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="work_item_weights_sources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="workspace_agentk_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="workspace_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="workspace_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="workspaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="workspaces_agent_config_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="workspaces_agent_configs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="x509_certificates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="x509_commit_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="x509_issuers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="xray_reports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="zentao_tracker_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="zoekt_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="zoekt_indices",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="zoekt_nodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="zoekt_replicas",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="zoekt_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gitlabhq_production",relname="zoom_meetings",schemaname="public"} 0 # HELP pg_statio_user_tables_tidx_blocks_read Number of disk blocks read from this table's TOAST table indexes (if any) # TYPE pg_statio_user_tables_tidx_blocks_read counter pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="abuse_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="abuse_report_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="abuse_report_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="abuse_report_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="abuse_report_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="abuse_reports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="achievement_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="achievement_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="achievements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="activation_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="activity_pub_releases_subscriptions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="admin_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="agent_activity_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="agent_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="agent_organization_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="agent_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="agent_user_access_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="agent_user_access_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_active_context_collections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_active_context_connections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_active_context_migrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_active_context_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_agent_version_attachments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_agent_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_agents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_consumers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_stars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_version_dependencies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_items",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_mcp_servers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_catalog_mcp_servers_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_conversation_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_conversation_threads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_feature_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_flow_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_instance_accessible_entity_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_namespace_feature_access_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_namespace_feature_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_self_hosted_models",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_testing_terms_acceptances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_tool_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_user_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_file_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_file_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_assignees",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_metric_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="alert_management_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="alert_management_http_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="allowed_email_domains",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_aggregations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_stages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_value_streams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_aggregations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_event_hashes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_value_stream_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_dashboards_pointers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_devops_adoption_segments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_devops_adoption_snapshots",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analytics_usage_trends_measurements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analyzer_namespace_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="analyzer_project_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="appearance_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="appearances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="application_setting_terms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="application_settings",schemaname="public"} 2 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_group_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rule_sources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_approved_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_policy_merge_request_bypass_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_policy_rule_project_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_policy_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_project_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ar_internal_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="arkose_sessions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ascp_component_dependencies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ascp_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ascp_scans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ascp_security_contexts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ascp_security_guidelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="atlassian_identities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_group_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_group_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_http_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_http_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_instance_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="authentication_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="automation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="award_emoji",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="aws_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="background_operation_jobs_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="background_operation_jobs_cell_local_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="background_operation_workers_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="background_operation_workers_cell_local_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="badges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="banned_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202601",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202602",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202603",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_jobs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="batched_background_migrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="board_assignees",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="board_group_recent_visits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="board_labels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="board_project_recent_visits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="board_user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="boards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_labels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_positions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_recent_visits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="boards_epic_boards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="boards_epic_list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="boards_epic_lists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="boards_epic_user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="broadcast_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="bulk_import_batch_trackers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="bulk_import_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="bulk_import_entities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_batches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="bulk_import_exports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="bulk_import_failures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="bulk_import_trackers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="bulk_imports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="catalog_resource_component_last_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="catalog_resource_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="catalog_resource_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="catalog_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="catalog_verified_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cells_outstanding_leases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="chat_names",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="chat_teams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_names_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_names_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_names_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_pending_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_report_results",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_chunks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_builds_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_builds_runner_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_cost_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_daily_build_group_report_results",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_deleted_objects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_freeze_periods",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_gitlab_hosted_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_group_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_hosted_runners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_instance_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_instance_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_token_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_token_group_scope_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_token_project_scope_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_job_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_minutes_additional_packs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_namespace_mirrors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_namespace_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_partitions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pending_builds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_artifacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_chat_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedule_inputs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedule_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_project_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_project_mirrors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_project_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_refs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_resource_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_instance_level_scopings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_runner_level_scopings_instance_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_controllers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_group_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_instance_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_project_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_runner_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_running_builds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_secure_file_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_secure_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_sources_pipelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_sources_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_stages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_stages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_stages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_subscriptions_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_unit_test_failures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_unit_tests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_workloads_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_workloads_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ci_workloads_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cloud_connector_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cloud_connector_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cluster_agent_migrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cluster_agent_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cluster_agent_url_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cluster_agents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cluster_enabled_grants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cluster_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cluster_platforms_kubernetes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cluster_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cluster_providers_aws",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="cluster_providers_gcp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="clusters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="clusters_kubernetes_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="clusters_managed_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="commit_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="compliance_framework_security_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="compliance_management_frameworks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="compliance_requirements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="compliance_requirements_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="compromised_password_detections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="container_expiration_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="container_registry_data_repair_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="container_registry_protection_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="container_registry_protection_tag_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="container_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="container_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="content_blocked_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="conversational_development_index_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="country_access_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="coverage_fuzzing_corpuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="csv_issue_imports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="custom_dashboard_search_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="custom_dashboard_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="custom_dashboards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="custom_emoji",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="custom_field_select_options",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="custom_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="custom_software_licenses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="customer_relations_organizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_pre_scan_verification_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_pre_scan_verifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_profile_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_profiles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_profiles_pipelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_profiles_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_scanner_profiles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_scanner_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_site_profile_secret_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_site_profiles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_site_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_site_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_site_validations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dast_sites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_parts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dependency_list_exports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_blob_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_blobs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_group_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_image_ttl_group_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_manifest_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_manifests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_packages_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="deploy_keys_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="deployment_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="deployment_clusters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="deployment_merge_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="deployments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="description_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="design_management_action_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="design_management_action_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="design_management_designs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="design_management_designs_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="design_management_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="design_management_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="design_management_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="design_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="designated_beneficiaries",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="detached_partitions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="diff_note_positions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dingtalk_tracker_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dora_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dora_daily_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="dora_performance_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="draft_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="duo_workflow_session_artifacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="duo_workflows_checkpoint_writes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="duo_workflows_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="duo_workflows_workflows",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="duo_workflows_workloads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="early_access_program_tracking_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="elastic_group_index_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="elastic_index_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_slices",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_subtasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="elasticsearch_indexed_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="elasticsearch_indexed_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="emails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="enabled_foundational_flow_check_results",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="enabled_foundational_flows",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="environments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="epic_issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="epic_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="epics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="error_tracking_client_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="error_tracking_error_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="error_tracking_errors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="evidences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="excluded_merge_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="external_approval_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="external_pull_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="external_status_checks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="external_status_checks_protected_branches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="feature_gates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="features",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="fork_network_members",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="fork_networks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="geo_cache_invalidation_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="geo_ci_job_artifact_verification_summaries",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="geo_event_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="geo_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="geo_node_namespace_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="geo_node_organization_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="geo_node_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="geo_nodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ghost_user_migrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="gitlab_subscription_histories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="gitlab_subscriptions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="gpg_key_subkeys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="gpg_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="grafana_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="granular_scopes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_crm_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_features",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_group_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_import_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_push_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_saved_replies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_scim_auth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_scim_identities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_ssh_certificates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="group_wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="groups_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="historical_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="identities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="import_failures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="import_offline_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="import_offline_exports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="import_placeholder_memberships",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="import_placeholder_user_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="import_source_user_placeholder_references",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="import_source_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_escalation_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_escalation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_issuable_escalation_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_participants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_rotations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_shifts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_event_tag_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_event_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="index_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="insights",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_model_selection_feature_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="instance_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="internal_ids",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ip_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issuable_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issuable_metric_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issuable_resource_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issuable_severities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issuable_slas",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_assignees",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_assignment_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_email_participants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_emails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_search_data_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_tracker_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issue_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="iterations_cadences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="jira_connect_installations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="jira_connect_subscriptions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="jira_imports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="jira_tracker_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="job_environments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="knowledge_graph_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="label_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="label_priorities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="labels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ldap_admin_role_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ldap_group_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="lfs_file_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="lfs_object_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="lfs_objects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="lfs_objects_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="licenses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="lists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="loose_foreign_keys_deleted_records_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="member_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="member_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="members",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="members_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_approval_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_assignees",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_assignment_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_blocks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_cleanup_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_context_commit_diff_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_context_commits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commit_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1000000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_200000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_400000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_600000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_800000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_diffs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_merge_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_predictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_requested_changes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_reviewers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_request_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_groups",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_merge_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_closing_issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_20000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_30000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_40000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_50000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="merge_trains",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="milestone_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="milestones",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ml_candidate_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ml_candidate_metrics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ml_candidate_params",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ml_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ml_experiment_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ml_experiments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ml_model_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ml_model_version_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ml_model_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ml_models",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_admin_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_aggregation_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_ai_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_bans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_commit_emails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_import_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_isolations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_ldap_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_limits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_package_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_root_storage_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_template_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespace_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespaces_storage_limit_exclusions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="namespaces_sync_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="non_sql_service_pings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="note_diff_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="note_duo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="note_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="notification_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="oauth_access_grants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="oauth_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="oauth_consents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="oauth_device_grants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="oauth_openid_requests",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="observability_group_o11y_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="observability_logs_issues_connections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="observability_metrics_issues_connections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="observability_traces_issues_connections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="onboarding_progresses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags_clients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags_issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="operations_scopes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="operations_strategies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="operations_strategies_user_lists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="operations_user_lists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="organization_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="organization_detail_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="organization_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="organization_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="organization_isolations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="organization_push_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="organization_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="organization_user_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="organization_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="organizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_batched_git_ref_updates_deletions_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_catalog_resource_sync_events_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_0",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_1",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_2",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_2",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="p_sent_notifications_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_build_infos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_cargo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_composer_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_composer_packages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_conan_file_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_conan_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_conan_package_references",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_conan_package_revisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_conan_recipe_revisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_file_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_architectures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_component_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_distributions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_architectures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_component_file_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_component_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_distributions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_debian_publications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_dependencies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_dependency_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_helm_file_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_helm_metadata_cache_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_helm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_maven_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_npm_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_npm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_nuget_dependency_link_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_nuget_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_nuget_symbol_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_nuget_symbols",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_package_file_build_infos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_package_file_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_package_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_packages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_protection_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_pypi_file_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_pypi_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_rpm_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_rpm_repository_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_rubygems_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_rubygems_spec_files",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="packages_terraform_module_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pages_deployment_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pages_deployments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pages_domain_acme_orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pages_domains",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="path_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="personal_access_token_granular_scopes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="personal_access_token_last_used_ips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="personal_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pipl_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="plan_limits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="plans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pm_advisories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pm_affected_packages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pm_checkpoints",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pm_cve_enrichment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pm_licenses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pm_package_version_licenses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pm_package_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pm_packages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="pool_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="postgres_async_foreign_key_validations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="postgres_async_indexes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="postgres_reindex_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="postgres_reindex_queued_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="programming_languages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_alerting_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_aliases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_authorizations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_authorizations_for_migration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_auto_devops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_build_artifacts_size_refreshes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_ci_feature_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_compliance_framework_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_compliance_standards_adherence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_compliance_violations_issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_control_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_data_transfers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_error_tracking_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_export_jobs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_feature_usages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_features",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_group_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_import_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_incident_management_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_metrics_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_mirror_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_pages_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_push_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_relation_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_relation_exports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_requirement_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_saved_replies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_security_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_security_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_to_security_attributes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_topic_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_topics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="project_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_branch_rules_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_branch_rules_squash_options",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_sync_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="projects_with_pipeline_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="protected_branch_merge_access_levels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="protected_branch_push_access_levels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="protected_branch_unprotect_access_levels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="protected_branches",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="protected_environment_approval_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="protected_environment_deploy_access_levels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="protected_environments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="protected_tag_create_access_levels",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="protected_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="push_event_payloads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="push_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="queries_service_pings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="raw_usage_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="redirect_routes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="related_epic_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="relation_import_trackers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="release_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="remote_mirrors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="repository_languages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="required_code_owners_sections",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="requirements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="requirements_management_test_reports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="resource_iteration_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="resource_label_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="resource_link_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="resource_milestone_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="resource_state_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="resource_weight_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="reviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="routes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="saml_group_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="saml_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="saved_replies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="saved_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sbom_component_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sbom_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sbom_graph_paths",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sbom_occurrence_refs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sbom_occurrences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sbom_occurrences_vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sbom_source_packages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sbom_sources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sbom_vulnerability_scan_results",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sbom_vulnerability_scans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="scan_execution_policy_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="scan_result_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="scan_result_policy_violation_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="scan_result_policy_violations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="schema_migrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="scim_group_memberships",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="scim_identities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="scim_oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="secret_detection_token_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="secrets_management_recovery_keys",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="secrets_manager_namespace_enrollments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_attributes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_finding_enrichments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_finding_token_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_inventory_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_orchestration_policy_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_orchestration_policy_rule_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_pipeline_execution_policy_config_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_pipeline_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_policy_dismissals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_policy_project_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_policy_requirements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_policy_schedule_pipelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_project_tracked_contexts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_scan_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_scan_profile_project_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_scan_profile_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_scan_profiles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_scan_profiles_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_scans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_scheduled_pipeline_execution_policy_test_runs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_training_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="security_trainings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sentry_issues",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="service_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="service_desk_custom_email_credentials",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="service_desk_custom_email_verifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="service_desk_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="shards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="slack_api_scopes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="slack_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="slack_integrations_scopes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="slsa_attestations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="smartcard_identities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="snippet_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="snippet_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="snippet_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="snippet_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="snippet_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="snippet_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="snippets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="software_license_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="spam_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="sprints",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="status_check_responses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="status_page_published_incidents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="status_page_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="subscription_add_on_purchases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="subscription_add_ons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="subscription_seat_assignments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="subscription_user_add_on_assignment_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="subscription_user_add_on_assignments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="subscriptions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="suggestions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="supply_chain_attestation_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="system_access_group_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="system_access_group_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="system_access_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="system_access_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="system_note_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="tag_gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="tag_ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="tag_x509_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="target_branch_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="targeted_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="targeted_message_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="targeted_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="term_agreements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="terraform_state_protection_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="terraform_state_version_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="terraform_state_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="terraform_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="timelog_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="timelogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="todos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="topics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="trending_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="upcoming_reconciliations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="uploads_archived",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_achievements",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_admin_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_agent_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_broadcast_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_callouts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_credit_card_validations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_follow_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_group_callouts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_group_member_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_highest_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_member_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_namespace_callouts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_permission_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_permission_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_phone_number_validations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_project_callouts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_project_member_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_saved_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_synced_attributes_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="user_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="users_ops_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="users_security_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="users_star_projects",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="users_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="value_stream_dashboard_aggregations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="verification_codes_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="verification_codes_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_registries",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entry_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_local_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registries",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstream_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registries",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_upstreams",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="virtual_registries_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vs_code_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_archive_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_archive_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_detection_transitions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_parts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_exports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_external_issue_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_due_dates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_evidences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_risk_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_findings_remediations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_flags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_flip_guards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_identifiers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_issue_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_management_policy_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_merge_request_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_namespace_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_occurrence_identifiers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_occurrences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_partial_scans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_reads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_remediation_uploads",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_remediations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_representation_information",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_scanners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_severity_overrides",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_state_transitions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_statistics",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_triggered_workflows",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="vulnerability_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260717",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260718",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260719",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260720",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260721",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260722",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260723",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260724",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260725",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260726",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260727",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260728",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260729",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260730",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260731",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260801",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260802",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260803",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260804",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260805",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260806",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260807",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260808",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260809",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260810",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260811",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260812",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260813",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260814",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260815",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260816",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260817",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260818",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260819",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260820",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260821",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260822",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260823",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260824",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260825",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260826",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260827",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260828",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260829",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="web_hooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="webauthn_registrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="wiki_page_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="wiki_page_meta_user_mentions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="wiki_page_slugs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_agent_plans",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_colors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_current_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_custom_lifecycle_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_custom_status_mappings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_custom_statuses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_custom_types",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_date_field_values",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_dates_sources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_number_field_values",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_parent_links",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_positions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_progresses",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_select_field_values",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_text_field_values",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_transitions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_type_custom_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_type_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_type_user_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_type_visibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_type_visibility_defaults",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="work_item_weights_sources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="workspace_agentk_states",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="workspace_tokens",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="workspace_variables",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="workspaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="workspaces_agent_config_versions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="workspaces_agent_configs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="x509_certificates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="x509_commit_signatures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="x509_issuers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="xray_reports",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="zentao_tracker_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="zoekt_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="zoekt_indices",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="zoekt_nodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="zoekt_replicas",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="zoekt_repositories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gitlabhq_production",relname="zoom_meetings",schemaname="public"} 0 # HELP pg_statio_user_tables_toast_blocks_hit Number of buffer hits in this table's TOAST table (if any) # TYPE pg_statio_user_tables_toast_blocks_hit counter pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="abuse_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="abuse_report_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="abuse_report_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="abuse_report_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="abuse_report_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="abuse_reports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="achievement_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="achievement_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="achievements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="activation_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="activity_pub_releases_subscriptions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="admin_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="agent_activity_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="agent_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="agent_organization_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="agent_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="agent_user_access_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="agent_user_access_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_collections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_connections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_migrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_active_context_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_agent_version_attachments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_agent_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_agents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_consumers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_stars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_version_dependencies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_item_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_items",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_mcp_servers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_catalog_mcp_servers_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_conversation_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_conversation_threads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_feature_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_flow_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_instance_accessible_entity_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_namespace_feature_access_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_namespace_feature_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_self_hosted_models",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_testing_terms_acceptances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_tool_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_user_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_file_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_file_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ai_vectorizable_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_assignees",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_metric_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="alert_management_alert_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="alert_management_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="alert_management_http_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="allowed_email_domains",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_aggregations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_stages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_value_streams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_aggregations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_event_hashes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_cycle_analytics_value_stream_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_dashboards_pointers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_devops_adoption_segments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_devops_adoption_snapshots",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analytics_usage_trends_measurements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analyzer_namespace_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="analyzer_project_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="appearance_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="appearances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="application_setting_terms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="application_settings",schemaname="public"} 61018 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_group_rules_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rule_sources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_approved_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_merge_request_rules_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_policy_merge_request_bypass_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_policy_rule_project_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_policy_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approval_project_rules_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ar_internal_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="arkose_sessions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ascp_component_dependencies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ascp_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ascp_scans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ascp_security_contexts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ascp_security_guidelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="atlassian_identities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_group_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_group_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_instance_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_http_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_http_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_instance_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="audit_events_streaming_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="authentication_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="automation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="award_emoji",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="aws_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="background_operation_jobs_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="background_operation_jobs_cell_local_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="background_operation_workers_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="background_operation_workers_cell_local_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="badges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="banned_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202601",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202602",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202603",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migration_jobs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="batched_background_migrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="board_assignees",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="board_group_recent_visits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="board_labels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="board_project_recent_visits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="board_user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="boards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_labels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_positions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="boards_epic_board_recent_visits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="boards_epic_boards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="boards_epic_list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="boards_epic_lists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="boards_epic_user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="broadcast_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="bulk_import_batch_trackers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="bulk_import_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="bulk_import_entities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_batches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="bulk_import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="bulk_import_exports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="bulk_import_failures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="bulk_import_trackers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="bulk_imports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_component_last_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="catalog_resource_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="catalog_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="catalog_verified_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cells_outstanding_leases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="chat_names",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="chat_teams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_names_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_needs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_pending_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_report_results",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_sources_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_tags_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_chunks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_build_trace_metadata_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_builds_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_builds_execution_configs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_builds_runner_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_cost_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_daily_build_group_report_results",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_deleted_objects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_freeze_periods",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_gitlab_hosted_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_group_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_hosted_runners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_instance_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_instance_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_annotations_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_reports_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifact_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_artifacts_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_definition_instances_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_definitions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_inputs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_messages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_group_scope_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_token_project_scope_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_job_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_minutes_additional_packs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_namespace_mirrors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_namespace_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_partitions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pending_builds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_artifacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_chat_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedule_inputs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedule_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipeline_variables_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_pipelines_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_project_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_project_mirrors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_project_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_refs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_resource_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_instance_level_scopings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_runner_level_scopings_instance_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controller_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_controllers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_machine_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_group_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_instance_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_taggings_project_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_runner_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_running_builds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_secure_file_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_secure_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_sources_pipelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_sources_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_stages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_stages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_stages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_subscriptions_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_unit_test_failures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_unit_tests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ci_workloads_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cloud_connector_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cloud_connector_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_migrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cluster_agent_url_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cluster_agents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cluster_enabled_grants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cluster_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cluster_platforms_kubernetes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cluster_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cluster_providers_aws",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="cluster_providers_gcp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="clusters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="clusters_kubernetes_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="clusters_managed_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="commit_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="compliance_framework_security_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="compliance_management_frameworks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="compliance_requirements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="compliance_requirements_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="compromised_password_detections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="container_expiration_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="container_registry_data_repair_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="container_registry_protection_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="container_registry_protection_tag_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="container_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="container_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="content_blocked_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="conversational_development_index_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="country_access_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="coverage_fuzzing_corpuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="csv_issue_imports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="custom_dashboard_search_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="custom_dashboard_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="custom_dashboards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="custom_emoji",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="custom_field_select_options",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="custom_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="custom_software_licenses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="customer_relations_organizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_pre_scan_verification_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_pre_scan_verifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_profile_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_profiles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_profiles_pipelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_profiles_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_scanner_profiles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_scanner_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_site_profile_secret_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_site_profiles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_site_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_site_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_site_validations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dast_sites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_parts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dependency_list_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dependency_list_exports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_blob_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_blobs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_group_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_image_ttl_group_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_manifest_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_manifests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dependency_proxy_packages_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="deploy_keys_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="deployment_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="deployment_clusters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="deployment_merge_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="deployments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="description_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="design_management_action_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="design_management_action_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="design_management_designs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="design_management_designs_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="design_management_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="design_management_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="design_management_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="design_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="designated_beneficiaries",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="detached_partitions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="diff_note_positions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dingtalk_tracker_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dora_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dora_daily_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="dora_performance_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="draft_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="duo_workflow_session_artifacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_checkpoint_writes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_workflows",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="duo_workflows_workloads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="early_access_program_tracking_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="elastic_group_index_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="elastic_index_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_slices",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_subtasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="elastic_reindexing_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="elasticsearch_indexed_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="elasticsearch_indexed_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="emails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="enabled_foundational_flow_check_results",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="enabled_foundational_flows",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="environments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="epic_issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="epic_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="epics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="error_tracking_client_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="error_tracking_error_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="error_tracking_errors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="evidences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="excluded_merge_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="external_approval_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="external_pull_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="external_status_checks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="external_status_checks_protected_branches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="feature_gates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="features",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="fork_network_members",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="fork_networks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="geo_cache_invalidation_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="geo_ci_job_artifact_verification_summaries",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="geo_event_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="geo_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="geo_node_namespace_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="geo_node_organization_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="geo_node_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="geo_nodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ghost_user_migrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="gitlab_subscription_histories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="gitlab_subscriptions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="gpg_key_subkeys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="gpg_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="grafana_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="granular_scopes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_crm_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_features",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_group_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_import_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_push_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_saved_replies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_scim_auth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_scim_identities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_ssh_certificates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="group_wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="groups_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="historical_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="identities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="import_failures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="import_offline_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="import_offline_exports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="import_placeholder_memberships",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="import_placeholder_user_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="import_source_user_placeholder_references",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="import_source_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_escalation_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_escalation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_issuable_escalation_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_participants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_rotations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_oncall_shifts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_event_tag_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_event_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="incident_management_timeline_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="index_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="insights",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_model_selection_feature_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="instance_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="internal_ids",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ip_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issuable_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issuable_metric_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issuable_resource_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issuable_severities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issuable_slas",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_assignees",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_assignment_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_email_participants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_emails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_search_data_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_tracker_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issue_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="iterations_cadences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="jira_connect_installations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="jira_connect_subscriptions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="jira_imports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="jira_tracker_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="job_environments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="knowledge_graph_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="label_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="label_priorities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="labels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ldap_admin_role_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ldap_group_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="lfs_file_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="lfs_object_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="lfs_objects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="lfs_objects_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="licenses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="lists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="loose_foreign_keys_deleted_records_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="member_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="member_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="members",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="members_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_approval_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_assignees",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_assignment_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_blocks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_cleanup_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_commits_metadata_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_context_commit_diff_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_context_commits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commit_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1000000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_200000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_400000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_600000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_800000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_diffs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_merge_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_predictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_requested_changes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_reviewers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_request_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_merge_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_approval_rules_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_closing_issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_20000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_30000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_40000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_requests_merge_data_50000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="merge_trains",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="milestone_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="milestones",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ml_candidate_params",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ml_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ml_experiment_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ml_experiments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ml_model_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ml_model_version_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ml_model_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ml_models",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_admin_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_aggregation_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_ai_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_bans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_commit_emails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_descendants_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_import_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_isolations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_ldap_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_limits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_package_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_root_storage_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_template_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespace_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespaces_storage_limit_exclusions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="namespaces_sync_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="non_sql_service_pings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="note_diff_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="note_duo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="note_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="notification_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="oauth_access_grants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="oauth_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="oauth_consents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="oauth_device_grants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="oauth_openid_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="observability_group_o11y_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="observability_logs_issues_connections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="observability_metrics_issues_connections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="observability_traces_issues_connections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="onboarding_progresses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags_clients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="operations_feature_flags_issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="operations_scopes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="operations_strategies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="operations_strategies_user_lists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="operations_user_lists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="organization_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="organization_detail_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="organization_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="organization_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="organization_isolations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="organization_push_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="organization_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="organization_user_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="organization_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="organizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_batched_git_ref_updates_deletions_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_catalog_resource_sync_events_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_0",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_1",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_2",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_2",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_ci_pipeline_iids_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_generated_ref_commits_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="p_sent_notifications_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_build_infos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_cargo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_composer_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_composer_packages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_conan_file_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_conan_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_conan_package_references",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_conan_package_revisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_conan_recipe_revisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_file_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_architectures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_component_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_group_distributions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_architectures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_component_file_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_component_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_project_distributions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_debian_publications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_dependencies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_dependency_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_helm_file_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_helm_metadata_cache_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_helm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_maven_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_npm_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_npm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_dependency_link_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_symbol_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_nuget_symbols",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_package_file_build_infos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_package_file_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_package_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_packages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_protection_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_pypi_file_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_pypi_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_rpm_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_rpm_repository_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_rubygems_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_rubygems_spec_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="packages_terraform_module_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pages_deployment_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pages_deployments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pages_domain_acme_orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pages_domains",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="path_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="personal_access_token_granular_scopes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="personal_access_token_last_used_ips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="personal_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pipl_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="plan_limits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="plans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pm_advisories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pm_affected_packages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pm_checkpoints",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pm_cve_enrichment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pm_licenses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pm_package_version_licenses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pm_package_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pm_packages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="pool_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="postgres_async_foreign_key_validations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="postgres_async_indexes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="postgres_reindex_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="postgres_reindex_queued_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="programming_languages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_alerting_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_aliases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_authorizations_for_migration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_auto_devops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_build_artifacts_size_refreshes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_ci_feature_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_compliance_framework_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_compliance_standards_adherence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_compliance_violations_issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_control_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_daily_statistics_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_data_transfers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_error_tracking_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_export_jobs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_feature_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_features",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_group_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_import_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_incident_management_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_metrics_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_mirror_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_pages_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_push_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_relation_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_relation_exports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_requirement_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_saved_replies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_security_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_security_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_to_security_attributes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_topic_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_topics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="project_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_branch_rules_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_branch_rules_squash_options",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_sync_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="projects_with_pipeline_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="protected_branch_merge_access_levels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="protected_branch_push_access_levels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="protected_branch_unprotect_access_levels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="protected_branches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="protected_environment_approval_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="protected_environment_deploy_access_levels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="protected_environments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="protected_tag_create_access_levels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="protected_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="push_event_payloads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="push_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="queries_service_pings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="raw_usage_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="redirect_routes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="related_epic_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="relation_import_trackers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="release_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="remote_mirrors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="repository_languages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="required_code_owners_sections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="requirements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="requirements_management_test_reports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="resource_iteration_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="resource_label_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="resource_link_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="resource_milestone_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="resource_state_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="resource_weight_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="reviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="routes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="saml_group_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="saml_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="saved_replies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="saved_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sbom_component_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sbom_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sbom_graph_paths",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrence_refs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sbom_occurrences_vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sbom_source_packages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sbom_sources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sbom_vulnerability_scan_results",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sbom_vulnerability_scans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="scan_execution_policy_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="scan_result_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="scan_result_policy_violation_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="scan_result_policy_violations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="schema_migrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="scim_group_memberships",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="scim_identities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="scim_oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="secret_detection_token_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="secrets_management_recovery_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="secrets_manager_namespace_enrollments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_attributes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_finding_enrichments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_finding_token_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_inventory_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_orchestration_policy_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_orchestration_policy_rule_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_pipeline_execution_policy_config_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_pipeline_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_policy_dismissals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_policy_project_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_policy_requirements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_policy_schedule_pipelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_project_tracked_contexts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_scan_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_scan_profile_project_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_scan_profile_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_scan_profiles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_scan_profiles_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_scans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_scheduled_pipeline_execution_policy_test_runs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_training_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="security_trainings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sentry_issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="service_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="service_desk_custom_email_credentials",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="service_desk_custom_email_verifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="service_desk_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="shards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="slack_api_scopes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="slack_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="slack_integrations_scopes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="slsa_attestations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="smartcard_identities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="snippet_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="snippet_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="snippet_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="snippet_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="snippet_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="snippet_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="snippets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="software_license_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="spam_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="sprints",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="status_check_responses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="status_page_published_incidents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="status_page_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="subscription_add_on_purchases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="subscription_add_ons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="subscription_seat_assignments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="subscription_user_add_on_assignment_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="subscription_user_add_on_assignments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="subscriptions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="suggestions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="supply_chain_attestation_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="system_access_group_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="system_access_group_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="system_access_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="system_access_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="system_note_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="tag_gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="tag_ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="tag_x509_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="target_branch_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="targeted_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="targeted_message_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="targeted_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="term_agreements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="terraform_state_protection_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="terraform_state_version_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="terraform_state_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="terraform_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="timelog_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="timelogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="todos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="topics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="trending_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="upcoming_reconciliations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="uploads_archived",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_achievements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_admin_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_agent_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_broadcast_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_callouts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_credit_card_validations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_follow_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_group_callouts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_group_member_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_highest_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_member_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_namespace_callouts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_permission_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_permission_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_phone_number_validations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_project_callouts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_project_member_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_saved_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_synced_attributes_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="user_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="users_ops_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="users_security_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="users_star_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="users_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="value_stream_dashboard_aggregations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="verification_codes_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="verification_codes_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_registries",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_container_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entry_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_local_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registries",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstream_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registries",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_packages_npm_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="virtual_registries_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vs_code_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_archive_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_archive_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_detection_transitions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_parts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_exports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_external_issue_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_due_dates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_evidences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_risk_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_finding_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_findings_remediations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_flags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_flip_guards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_identifiers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_issue_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_management_policy_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_merge_request_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_namespace_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_occurrence_identifiers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_occurrences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_partial_scans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_reads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_remediation_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_remediations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_representation_information",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_scanners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_severity_overrides",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_state_transitions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_triggered_workflows",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="vulnerability_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260717",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260718",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260719",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260720",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260721",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260722",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260723",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260724",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260725",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260726",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260727",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260728",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260729",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260730",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260731",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260801",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260802",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260803",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260804",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260805",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260806",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260807",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260808",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260809",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260810",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260811",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260812",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260813",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260814",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260815",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260816",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260817",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260818",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260819",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260820",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260821",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260822",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260823",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260824",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260825",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260826",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260827",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260828",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hook_logs_daily_20260829",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="web_hooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="webauthn_registrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="wiki_page_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="wiki_page_meta_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="wiki_page_slugs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_agent_plans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_colors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_current_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_lifecycle_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_status_mappings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_custom_types",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_date_field_values",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_dates_sources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_descriptions_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_number_field_values",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_parent_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_positions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_progresses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_select_field_values",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_text_field_values",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_transitions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_type_custom_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_type_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_type_user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_type_visibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_type_visibility_defaults",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="work_item_weights_sources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="workspace_agentk_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="workspace_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="workspace_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="workspaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="workspaces_agent_config_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="workspaces_agent_configs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="x509_certificates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="x509_commit_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="x509_issuers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="xray_reports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="zentao_tracker_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="zoekt_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="zoekt_indices",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="zoekt_nodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="zoekt_replicas",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="zoekt_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gitlabhq_production",relname="zoom_meetings",schemaname="public"} 0 # HELP pg_statio_user_tables_toast_blocks_read Number of disk blocks read from this table's TOAST table (if any) # TYPE pg_statio_user_tables_toast_blocks_read counter pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="abuse_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="abuse_report_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="abuse_report_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="abuse_report_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="abuse_report_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="abuse_reports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="achievement_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="achievement_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="achievements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="activation_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="activity_pub_releases_subscriptions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="admin_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="agent_activity_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="agent_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="agent_organization_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="agent_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="agent_user_access_group_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="agent_user_access_project_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_active_context_collections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_active_context_connections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_active_context_migrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_active_context_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_agent_version_attachments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_agent_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_agents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_consumers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_stars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_version_dependencies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_catalog_item_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_catalog_items",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_catalog_mcp_servers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_catalog_mcp_servers_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_conversation_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_conversation_threads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_feature_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_flow_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_instance_accessible_entity_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_namespace_feature_access_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_namespace_feature_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_self_hosted_models",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_testing_terms_acceptances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_tool_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_user_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_file_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_file_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ai_vectorizable_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_assignees",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_metric_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="alert_management_alert_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="alert_management_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="alert_management_http_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="allowed_email_domains",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_aggregations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_stages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_group_value_streams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_issue_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_merge_request_stage_events_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_aggregations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_stage_event_hashes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_cycle_analytics_value_stream_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_dashboards_pointers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_devops_adoption_segments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_devops_adoption_snapshots",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analytics_usage_trends_measurements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analyzer_namespace_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="analyzer_project_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="appearance_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="appearances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="application_setting_terms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="application_settings",schemaname="public"} 2 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_group_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_group_rules_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rule_sources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_approved_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_merge_request_rules_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_policy_merge_request_bypass_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_policy_rule_project_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_policy_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_project_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_protected_branches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approval_project_rules_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ar_internal_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="arkose_sessions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ascp_component_dependencies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ascp_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ascp_scans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ascp_security_contexts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ascp_security_guidelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="atlassian_identities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_group_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_group_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_amazon_s3_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_external_audit_event_destinations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_external_streaming_destinations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_google_cloud_logging_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_instance_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_http_group_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_http_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_instance_event_type_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="audit_events_streaming_instance_namespace_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="authentication_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="automation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="award_emoji",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="aws_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="background_operation_jobs_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="background_operation_jobs_cell_local_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="background_operation_workers_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="background_operation_workers_cell_local_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="badges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="banned_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202601",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202602",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202603",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_job_transition_logs_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migration_jobs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="batched_background_migrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="board_assignees",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="board_group_recent_visits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="board_labels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="board_project_recent_visits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="board_user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="boards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_labels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_positions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="boards_epic_board_recent_visits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="boards_epic_boards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="boards_epic_list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="boards_epic_lists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="boards_epic_user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="broadcast_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="bulk_import_batch_trackers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="bulk_import_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="bulk_import_entities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_batches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="bulk_import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="bulk_import_exports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="bulk_import_failures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="bulk_import_trackers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="bulk_imports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="catalog_resource_component_last_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="catalog_resource_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="catalog_resource_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="catalog_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="catalog_verified_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cells_outstanding_leases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="chat_names",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="chat_teams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_names_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_names_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_names_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_needs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_pending_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_report_results",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_sources_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_tags_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_chunks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_build_trace_metadata_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_builds_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_builds_execution_configs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_builds_runner_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_cost_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_daily_build_group_report_results",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_deleted_objects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_freeze_periods",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_gitlab_hosted_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_group_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_hosted_runners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_instance_runner_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_instance_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_annotations_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_reports_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_artifact_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_artifacts_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_definition_instances_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_definitions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_inputs_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_messages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_token_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_token_group_scope_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_token_project_scope_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_job_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_minutes_additional_packs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_namespace_mirrors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_namespace_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_partitions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pending_builds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_artifacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_chat_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedule_inputs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedule_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipeline_variables_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_pipelines_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_project_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_project_mirrors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_project_monthly_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_refs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_resource_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_instance_level_scopings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_runner_level_scopings_instance_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_controller_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_controllers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_machine_builds_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_group_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_instance_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_taggings_project_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_runner_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_running_builds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_secure_file_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_secure_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_sources_pipelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_sources_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_stages_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_stages_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_stages_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_subscriptions_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_unit_test_failures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_unit_tests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_workload_variable_inclusions_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_workloads_100",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_workloads_101",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ci_workloads_102",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cloud_connector_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cloud_connector_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cluster_agent_migrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cluster_agent_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cluster_agent_url_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cluster_agents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cluster_enabled_grants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cluster_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cluster_platforms_kubernetes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cluster_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cluster_providers_aws",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="cluster_providers_gcp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="clusters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="clusters_kubernetes_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="clusters_managed_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="commit_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="compliance_framework_security_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="compliance_management_frameworks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="compliance_requirements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="compliance_requirements_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="compromised_password_detections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="container_expiration_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="container_registry_data_repair_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="container_registry_protection_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="container_registry_protection_tag_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="container_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="container_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="content_blocked_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="conversational_development_index_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="country_access_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="coverage_fuzzing_corpuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="csv_issue_imports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="custom_dashboard_search_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="custom_dashboard_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="custom_dashboards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="custom_emoji",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="custom_field_select_options",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="custom_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="custom_software_licenses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="customer_relations_organizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_pre_scan_verification_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_pre_scan_verifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_profile_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_profiles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_profiles_pipelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_profiles_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_scanner_profiles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_scanner_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_site_profile_secret_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_site_profiles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_site_profiles_builds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_site_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_site_validations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dast_sites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_parts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dependency_list_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dependency_list_exports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_blob_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_blobs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_group_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_image_ttl_group_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_manifest_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_manifests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dependency_proxy_packages_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="deploy_keys_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="deployment_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="deployment_clusters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="deployment_merge_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="deployments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="description_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="design_management_action_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="design_management_action_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="design_management_designs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="design_management_designs_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="design_management_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="design_management_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="design_management_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="design_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="designated_beneficiaries",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="detached_partitions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="diff_note_positions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dingtalk_tracker_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dora_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dora_daily_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="dora_performance_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="draft_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="duo_workflow_session_artifacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="duo_workflows_checkpoint_writes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="duo_workflows_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="duo_workflows_workflows",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="duo_workflows_workloads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="early_access_program_tracking_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="elastic_group_index_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="elastic_index_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_slices",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_subtasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="elastic_reindexing_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="elasticsearch_indexed_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="elasticsearch_indexed_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="emails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="enabled_foundational_flow_check_results",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="enabled_foundational_flows",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="environments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="epic_issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="epic_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="epics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="error_tracking_client_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="error_tracking_error_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="error_tracking_errors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="evidences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="excluded_merge_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="external_approval_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="external_pull_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="external_status_checks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="external_status_checks_protected_branches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="feature_gates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="features",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="fork_network_members",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="fork_networks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="geo_cache_invalidation_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="geo_ci_job_artifact_verification_summaries",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="geo_event_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="geo_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="geo_node_namespace_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="geo_node_organization_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="geo_node_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="geo_nodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ghost_user_migrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="gitlab_subscription_histories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="gitlab_subscriptions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="gpg_key_subkeys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="gpg_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="grafana_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="granular_scopes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_crm_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_features",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_group_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_import_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_push_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_saved_replies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_scim_auth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_scim_identities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_ssh_certificates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="group_wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="groups_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="groups_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="groups_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="groups_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="groups_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="groups_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="groups_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="groups_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="groups_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="groups_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="groups_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="historical_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="identities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="import_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="import_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="import_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="import_failures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="import_offline_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="import_offline_exports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="import_placeholder_memberships",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="import_placeholder_user_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="import_source_user_placeholder_references",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="import_source_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_escalation_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_escalation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_issuable_escalation_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_participants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_rotations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_oncall_shifts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_alert_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_pending_issue_escalations_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_event_tag_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_event_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="incident_management_timeline_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="index_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="insights",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_audit_events_streaming_headers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_model_selection_feature_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="instance_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="internal_ids",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ip_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issuable_metric_image_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issuable_metric_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issuable_resource_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issuable_severities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issuable_slas",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_assignees",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_assignment_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_customer_relations_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_email_participants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_emails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_search_data_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_tracker_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issue_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="iterations_cadences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="jira_connect_installations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="jira_connect_subscriptions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="jira_imports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="jira_tracker_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="job_environments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="knowledge_graph_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="label_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="label_priorities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="labels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ldap_admin_role_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ldap_group_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="lfs_file_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="lfs_object_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="lfs_objects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="lfs_objects_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="licenses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="list_user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="lists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="loose_foreign_keys_deleted_records_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="member_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="member_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="members",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="members_deletion_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_approval_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_assignees",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_assignment_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_blocks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_cleanup_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_commits_metadata_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_context_commit_diff_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_context_commits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commit_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_commits_b5377a7a34_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_1000000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_200000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_400000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_600000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diff_files_99208b8fac_800000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_diffs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_merge_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_predictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_requested_changes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_reviewers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_request_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_approver_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_groups",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_merge_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_approval_rules_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_closing_issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_20000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_30000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_40000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_requests_merge_data_50000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="merge_trains",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="milestone_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="milestones",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ml_candidate_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ml_candidate_metrics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ml_candidate_params",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ml_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ml_experiment_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ml_experiments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ml_model_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ml_model_version_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ml_model_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ml_models",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_admin_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_aggregation_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_ai_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_bans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_commit_emails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_descendants_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_import_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_isolations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_ldap_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_limits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_package_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_root_storage_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_template_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespace_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespaces_storage_limit_exclusions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="namespaces_sync_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="non_sql_service_pings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="note_diff_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="note_duo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="note_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="notification_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="oauth_access_grants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="oauth_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="oauth_consents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="oauth_device_grants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="oauth_openid_requests",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="observability_group_o11y_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="observability_logs_issues_connections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="observability_metrics_issues_connections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="observability_traces_issues_connections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="onboarding_progresses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags_clients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="operations_feature_flags_issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="operations_scopes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="operations_strategies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="operations_strategies_user_lists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="operations_user_lists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="organization_cluster_agent_mappings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="organization_detail_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="organization_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="organization_foundational_agent_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="organization_isolations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="organization_push_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="organization_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="organization_user_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="organization_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="organizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_batched_git_ref_updates_deletions_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_catalog_resource_sync_events_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_0",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_1",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_builds_partition_overrides_2",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_finished_pipeline_ch_sync_events_2",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_ci_pipeline_iids_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_10000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_2000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_4000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_6000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_generated_ref_commits_8000001",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="p_sent_notifications_1",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_build_infos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_cargo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_composer_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_composer_packages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_conan_file_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_conan_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_conan_package_references",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_conan_package_revisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_conan_recipe_revisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_file_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_architectures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_component_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_group_distributions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_architectures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_component_file_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_component_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_distribution_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_project_distributions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_debian_publications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_dependencies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_dependency_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_helm_file_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_helm_metadata_cache_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_helm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_maven_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_npm_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_npm_metadata_caches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_nuget_dependency_link_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_nuget_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_nuget_symbol_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_nuget_symbols",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_package_file_build_infos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_package_file_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_package_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_packages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_protection_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_pypi_file_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_pypi_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_rpm_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_rpm_repository_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_rubygems_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_rubygems_spec_files",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="packages_terraform_module_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pages_deployment_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pages_deployments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pages_domain_acme_orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pages_domains",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="path_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="personal_access_token_granular_scopes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="personal_access_token_last_used_ips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="personal_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pipl_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="plan_limits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="plans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pm_advisories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pm_affected_packages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pm_checkpoints",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pm_cve_enrichment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pm_licenses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pm_package_version_licenses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pm_package_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pm_packages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="pool_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="postgres_async_foreign_key_validations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="postgres_async_indexes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="postgres_reindex_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="postgres_reindex_queued_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="programming_languages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_alerting_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_aliases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_authorizations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_authorizations_for_migration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_auto_devops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_build_artifacts_size_refreshes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_ci_cd_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_ci_feature_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_compliance_framework_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_compliance_standards_adherence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_compliance_violations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_compliance_violations_issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_control_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_daily_statistics_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_data_transfers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_deploy_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_error_tracking_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_export_jobs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_feature_usages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_features",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_group_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_import_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_import_export_relation_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_incident_management_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_metrics_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_mirror_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_pages_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_push_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_relation_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_relation_exports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_requirement_compliance_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_saved_replies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_secrets_manager_maintenance_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_secrets_managers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_security_exclusions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_security_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_security_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_to_security_attributes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_topic_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_topics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_type_ci_runner_machines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_type_ci_runners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="project_wiki_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_branch_rules_merge_request_approval_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_branch_rules_squash_options",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_sync_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_visits_202604",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_visits_202605",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_visits_202606",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_visits_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_visits_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_visits_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_visits_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_visits_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_visits_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_visits_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_visits_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="projects_with_pipeline_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="protected_branch_merge_access_levels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="protected_branch_push_access_levels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="protected_branch_unprotect_access_levels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="protected_branches",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="protected_environment_approval_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="protected_environment_deploy_access_levels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="protected_environments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="protected_tag_create_access_levels",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="protected_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="push_event_payloads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="push_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="queries_service_pings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="raw_usage_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="redirect_routes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="related_epic_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="relation_import_trackers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="release_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="remote_mirrors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="repository_languages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="required_code_owners_sections",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="requirements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="requirements_management_test_reports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="resource_iteration_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="resource_label_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="resource_link_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="resource_milestone_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="resource_state_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="resource_weight_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="reviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="routes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="saml_group_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="saml_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="saved_replies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="saved_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sbom_component_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sbom_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sbom_graph_paths",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sbom_occurrence_refs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sbom_occurrences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sbom_occurrences_vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sbom_source_packages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sbom_sources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sbom_vulnerability_scan_results",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sbom_vulnerability_scans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="scan_execution_policy_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="scan_result_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="scan_result_policy_violation_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="scan_result_policy_violations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="schema_migrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="scim_group_memberships",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="scim_identities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="scim_oauth_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="secret_detection_token_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="secret_rotation_infos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="secrets_management_recovery_keys",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="secrets_manager_namespace_enrollments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_attributes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_finding_enrichments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_finding_token_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_inventory_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_orchestration_policy_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_orchestration_policy_rule_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_pipeline_execution_policy_config_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_pipeline_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_policy_dismissals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_policy_project_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_policy_requirements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_policy_schedule_pipelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_project_tracked_contexts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_scan_execution_project_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_scan_profile_project_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_scan_profile_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_scan_profiles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_scan_profiles_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_scans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_scheduled_pipeline_execution_policy_test_runs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_training_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="security_trainings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sentry_issues",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="service_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="service_desk_custom_email_credentials",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="service_desk_custom_email_verifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="service_desk_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="shards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="slack_api_scopes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="slack_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="slack_integrations_scopes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="slsa_attestations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="smartcard_identities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="snippet_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="snippet_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="snippet_repository_storage_moves",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="snippet_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="snippet_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="snippet_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="snippets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="software_license_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="spam_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="sprints",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="status_check_responses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="status_page_published_incidents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="status_page_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="subscription_add_on_purchases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="subscription_add_ons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="subscription_seat_assignments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="subscription_user_add_on_assignment_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="subscription_user_add_on_assignments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="subscriptions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="suggestions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="supply_chain_attestation_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="system_access_group_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="system_access_group_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="system_access_microsoft_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="system_access_microsoft_graph_access_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="system_note_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="tag_gpg_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="tag_ssh_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="tag_x509_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="target_branch_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="targeted_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="targeted_message_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="targeted_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="term_agreements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="terraform_state_protection_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="terraform_state_version_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="terraform_state_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="terraform_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="timelog_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="timelogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="todos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="topics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="trending_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="upcoming_reconciliations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="uploads_archived",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_achievements",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_admin_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_agent_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_audit_events_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_audit_events_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_broadcast_message_dismissals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_callouts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_credit_card_validations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_custom_attributes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_follow_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_group_callouts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_group_member_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_highest_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_member_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_namespace_callouts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_permission_export_upload_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_permission_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_phone_number_validations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_project_callouts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_project_member_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_saved_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_synced_attributes_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="user_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="users_ops_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="users_security_dashboard_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="users_star_projects",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="users_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="value_stream_dashboard_aggregations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="verification_codes_000000",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="verification_codes_202607",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="verification_codes_202608",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="verification_codes_202609",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="verification_codes_202610",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="verification_codes_202611",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="verification_codes_202612",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="verification_codes_202701",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="verification_codes_202702",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_cleanup_policies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_registries",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_container_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_cache_remote_entry_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_local_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registries",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstream_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_maven_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_local_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_cache_remote_entries_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registries",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_registry_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_packages_npm_upstreams",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="virtual_registries_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vs_code_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerabilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_archive_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_archive_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_detection_transitions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_part_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_parts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_upload_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_export_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_exports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_external_issue_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_due_dates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_evidences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_risk_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_finding_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_findings_remediations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_flags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_flip_guards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_identifiers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_issue_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_management_policy_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_merge_request_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_namespace_historical_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_namespace_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_occurrence_identifiers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_occurrences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_partial_scans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_reads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_remediation_uploads",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_remediations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_representation_information",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_scanners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_severity_overrides",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_state_transitions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_statistics",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_triggered_workflows",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="vulnerability_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260717",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260718",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260719",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260720",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260721",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260722",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260723",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260724",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260725",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260726",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260727",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260728",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260729",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260730",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260731",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260801",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260802",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260803",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260804",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260805",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260806",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260807",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260808",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260809",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260810",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260811",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260812",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260813",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260814",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260815",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260816",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260817",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260818",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260819",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260820",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260821",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260822",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260823",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260824",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260825",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260826",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260827",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260828",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hook_logs_daily_20260829",schemaname="gitlab_partitions_dynamic"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="web_hooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="webauthn_registrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="wiki_page_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="wiki_page_meta_user_mentions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="wiki_page_slugs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="wiki_repository_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_agent_plans",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_colors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_current_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_custom_lifecycle_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_custom_status_mappings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_custom_statuses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_custom_types",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_date_field_values",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_dates_sources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_00",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_01",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_02",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_03",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_04",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_05",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_06",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_07",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_08",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_09",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_10",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_11",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_12",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_13",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_14",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_15",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_16",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_17",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_18",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_19",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_20",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_21",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_22",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_23",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_24",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_25",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_26",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_27",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_28",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_29",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_30",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_31",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_32",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_33",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_34",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_35",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_36",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_37",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_38",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_39",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_40",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_41",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_42",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_43",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_44",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_45",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_46",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_47",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_48",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_49",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_50",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_51",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_52",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_53",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_54",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_55",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_56",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_57",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_58",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_59",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_60",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_61",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_62",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_descriptions_63",schemaname="gitlab_partitions_static"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_number_field_values",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_parent_links",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_positions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_progresses",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_select_field_values",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_text_field_values",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_transitions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_type_custom_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_type_custom_lifecycles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_type_user_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_type_visibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_type_visibility_defaults",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="work_item_weights_sources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="workspace_agentk_states",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="workspace_tokens",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="workspace_variables",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="workspaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="workspaces_agent_config_versions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="workspaces_agent_configs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="x509_certificates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="x509_commit_signatures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="x509_issuers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="xray_reports",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="zentao_tracker_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="zoekt_enabled_namespaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="zoekt_indices",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="zoekt_nodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="zoekt_replicas",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="zoekt_repositories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gitlabhq_production",relname="zoom_meetings",schemaname="public"} 0 # HELP pg_stuck_idle_in_transaction_queries Current number of queries that are stuck being idle in transactions # TYPE pg_stuck_idle_in_transaction_queries gauge pg_stuck_idle_in_transaction_queries{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_total_relation_size_bytes total disk space usage for the specified table and associated indexes # TYPE pg_total_relation_size_bytes gauge pg_total_relation_size_bytes{relname="abuse_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="abuse_report_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="abuse_report_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="abuse_report_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="abuse_report_user_mentions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="abuse_reports",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="achievement_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="achievement_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="achievements",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="activation_metrics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="activity_pub_releases_subscriptions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="admin_roles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="agent_activity_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="agent_group_authorizations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="agent_organization_authorizations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="agent_project_authorizations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="agent_user_access_group_authorizations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="agent_user_access_project_authorizations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ai_active_context_collections",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ai_active_context_connections",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ai_active_context_migrations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ai_active_context_tasks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ai_agent_version_attachments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ai_agent_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ai_agents",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ai_catalog_item_consumers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="ai_catalog_item_stars",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ai_catalog_item_version_dependencies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ai_catalog_item_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ai_catalog_items",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="ai_catalog_mcp_servers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ai_catalog_mcp_servers_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ai_conversation_messages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="ai_conversation_threads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ai_feature_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ai_flow_triggers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ai_instance_accessible_entity_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ai_namespace_feature_access_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ai_namespace_feature_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ai_self_hosted_models",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ai_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="ai_testing_terms_acceptances",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="ai_tool_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ai_user_metrics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="ai_vectorizable_file_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="ai_vectorizable_file_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="ai_vectorizable_files",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="alert_management_alert_assignees",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="alert_management_alert_metric_image_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="alert_management_alert_metric_images",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="alert_management_alert_user_mentions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="alert_management_alerts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="alert_management_http_integrations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="allowed_email_domains",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_aggregations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_group_stages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_group_value_streams",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_16",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_17",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_18",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_19",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_20",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_21",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_22",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_23",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_24",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_25",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_26",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_27",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_28",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_29",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_30",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_issue_stage_events_31",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_16",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_17",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_18",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_19",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_20",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_21",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_22",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_23",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_24",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_25",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_26",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_27",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_28",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_29",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_30",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_merge_request_stage_events_31",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_stage_aggregations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_stage_event_hashes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="analytics_cycle_analytics_value_stream_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="analytics_dashboards_pointers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="analytics_devops_adoption_segments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="analytics_devops_adoption_snapshots",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="analytics_usage_trends_measurements",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="analyzer_namespace_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="analyzer_project_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="appearance_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="appearances",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="application_setting_terms",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="application_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 212992 pg_total_relation_size_bytes{relname="approval_group_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="approval_group_rules_groups",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="approval_group_rules_protected_branches",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="approval_group_rules_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="approval_merge_request_rule_sources",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="approval_merge_request_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 131072 pg_total_relation_size_bytes{relname="approval_merge_request_rules_approved_approvers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="approval_merge_request_rules_groups",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="approval_merge_request_rules_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="approval_policy_merge_request_bypass_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="approval_policy_rule_project_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="approval_policy_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="approval_project_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 122880 pg_total_relation_size_bytes{relname="approval_project_rules_groups",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="approval_project_rules_protected_branches",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="approval_project_rules_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="approvals",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ar_internal_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="arkose_sessions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ascp_component_dependencies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ascp_components",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ascp_scans",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="ascp_security_contexts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ascp_security_guidelines",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="atlassian_identities",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="audit_events_000000",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="audit_events_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="audit_events_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_amazon_s3_configurations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_external_audit_event_destinations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="audit_events_google_cloud_logging_configurations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_group_external_streaming_destinations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="audit_events_group_streaming_event_type_filters",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="audit_events_instance_amazon_s3_configurations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_instance_external_audit_event_destinations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="audit_events_instance_external_streaming_destinations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="audit_events_instance_google_cloud_logging_configurations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_instance_streaming_event_type_filters",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="audit_events_streaming_event_type_filters",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="audit_events_streaming_group_namespace_filters",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="audit_events_streaming_headers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="audit_events_streaming_http_group_namespace_filters",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="audit_events_streaming_http_instance_namespace_filters",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="audit_events_streaming_instance_event_type_filters",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="audit_events_streaming_instance_namespace_filters",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="authentication_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="automation_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="award_emoji",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="aws_roles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="background_operation_jobs_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="background_operation_jobs_cell_local_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="background_operation_workers_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="background_operation_workers_cell_local_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="badges",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="banned_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202601",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202602",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202603",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202604",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202605",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202606",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_job_transition_logs_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="batched_background_migration_jobs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="batched_background_migrations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="board_assignees",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="board_group_recent_visits",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="board_labels",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="board_project_recent_visits",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="board_user_preferences",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="boards",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="boards_epic_board_labels",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="boards_epic_board_positions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="boards_epic_board_recent_visits",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="boards_epic_boards",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="boards_epic_list_user_preferences",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="boards_epic_lists",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="boards_epic_user_preferences",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="broadcast_messages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="bulk_import_batch_trackers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="bulk_import_configurations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="bulk_import_entities",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="bulk_import_export_batches",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="bulk_import_export_upload_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="bulk_import_export_upload_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="bulk_import_export_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="bulk_import_exports",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="bulk_import_failures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="bulk_import_trackers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="bulk_imports",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="catalog_resource_component_last_usages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="catalog_resource_components",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="catalog_resource_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="catalog_resources",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="catalog_verified_namespaces",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="cells_outstanding_leases",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="chat_names",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="chat_teams",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_build_names_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="ci_build_names_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_build_names_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_build_needs_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_build_needs_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_build_needs_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_build_pending_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_build_report_results",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_build_sources_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="ci_build_sources_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_build_sources_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_build_tags_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_build_tags_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_build_tags_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_build_trace_chunks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_build_trace_metadata_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="ci_build_trace_metadata_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_build_trace_metadata_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_builds_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 393216 pg_total_relation_size_bytes{relname="ci_builds_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 204800 pg_total_relation_size_bytes{relname="ci_builds_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 204800 pg_total_relation_size_bytes{relname="ci_builds_execution_configs_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_builds_execution_configs_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_builds_execution_configs_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_builds_runner_session",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_cost_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="ci_daily_build_group_report_results",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="ci_deleted_objects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="ci_freeze_periods",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_gitlab_hosted_runner_monthly_usages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_group_variables",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_hosted_runners",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="ci_instance_runner_monthly_usages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_instance_variables",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_job_annotations_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_job_annotations_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_job_annotations_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_job_artifact_reports_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_job_artifact_reports_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_job_artifact_reports_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_job_artifact_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="ci_job_artifacts_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 172032 pg_total_relation_size_bytes{relname="ci_job_artifacts_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 114688 pg_total_relation_size_bytes{relname="ci_job_artifacts_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 114688 pg_total_relation_size_bytes{relname="ci_job_definition_instances_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="ci_job_definition_instances_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_job_definition_instances_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_job_definitions_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="ci_job_definitions_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_job_definitions_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_job_inputs_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_job_inputs_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_job_inputs_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_job_messages_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_job_messages_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_job_messages_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_job_token_authorizations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="ci_job_token_group_scope_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_job_token_project_scope_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_job_variables",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_minutes_additional_packs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_namespace_mirrors",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="ci_namespace_monthly_usages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="ci_partitions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="ci_pending_builds",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 221184 pg_total_relation_size_bytes{relname="ci_pipeline_artifacts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="ci_pipeline_chat_data",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_pipeline_messages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_pipeline_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_pipeline_schedule_inputs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_pipeline_schedule_variables",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_pipeline_schedules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 114688 pg_total_relation_size_bytes{relname="ci_pipeline_variables_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_pipeline_variables_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_pipeline_variables_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_pipelines_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 376832 pg_total_relation_size_bytes{relname="ci_pipelines_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 204800 pg_total_relation_size_bytes{relname="ci_pipelines_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 204800 pg_total_relation_size_bytes{relname="ci_project_metrics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_project_mirrors",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="ci_project_monthly_usages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="ci_refs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="ci_resource_groups",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="ci_resources",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_runner_controller_instance_level_scopings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="ci_runner_controller_runner_level_scopings_instance_type",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_runner_controller_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_runner_controllers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="ci_runner_machine_builds_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="ci_runner_machine_builds_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_runner_machine_builds_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_runner_namespaces",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_runner_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_runner_taggings_group_type",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_runner_taggings_instance_type",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_runner_taggings_project_type",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_runner_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="ci_running_builds",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 106496 pg_total_relation_size_bytes{relname="ci_secure_file_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="ci_secure_files",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_sources_pipelines",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="ci_sources_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_stages_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="ci_stages_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="ci_stages_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="ci_subscriptions_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_triggers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="ci_unit_test_failures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ci_unit_tests",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="ci_variables",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_workload_variable_inclusions_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_workload_variable_inclusions_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_workload_variable_inclusions_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_workloads_100",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_workloads_101",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ci_workloads_102",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="cloud_connector_access",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="cloud_connector_keys",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="cluster_agent_migrations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="cluster_agent_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="cluster_agent_url_configurations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="cluster_agents",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="cluster_enabled_grants",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="cluster_groups",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="cluster_platforms_kubernetes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="cluster_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="cluster_providers_aws",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="cluster_providers_gcp",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="clusters",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="clusters_kubernetes_namespaces",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="clusters_managed_resources",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="commit_user_mentions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="compliance_framework_security_policies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="compliance_management_frameworks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="compliance_requirements",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="compliance_requirements_controls",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="compromised_password_detections",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="container_expiration_policies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="container_registry_data_repair_details",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="container_registry_protection_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="container_registry_protection_tag_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="container_repositories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 122880 pg_total_relation_size_bytes{relname="container_repository_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="content_blocked_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="conversational_development_index_metrics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="country_access_logs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="coverage_fuzzing_corpuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="csv_issue_imports",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="custom_dashboard_search_data",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="custom_dashboard_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="custom_dashboards",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="custom_emoji",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="custom_field_select_options",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="custom_fields",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="custom_software_licenses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="customer_relations_contacts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="customer_relations_organizations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="dast_pre_scan_verification_steps",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="dast_pre_scan_verifications",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="dast_profile_schedules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="dast_profiles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="dast_profiles_pipelines",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="dast_profiles_tags",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="dast_scanner_profiles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="dast_scanner_profiles_builds",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="dast_site_profile_secret_variables",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="dast_site_profiles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="dast_site_profiles_builds",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="dast_site_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="dast_site_validations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="dast_sites",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="dependency_list_export_part_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="dependency_list_export_parts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="dependency_list_export_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="dependency_list_exports",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="dependency_proxy_blob_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="dependency_proxy_blobs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="dependency_proxy_group_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="dependency_proxy_image_ttl_group_policies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="dependency_proxy_manifest_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="dependency_proxy_manifests",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="dependency_proxy_packages_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="deploy_keys_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="deploy_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="deployment_approvals",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="deployment_clusters",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="deployment_merge_requests",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="deployments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 311296 pg_total_relation_size_bytes{relname="description_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="design_management_action_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="design_management_action_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="design_management_designs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="design_management_designs_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="design_management_repositories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="design_management_repository_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="design_management_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="design_user_mentions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="designated_beneficiaries",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="detached_partitions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="diff_note_positions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="dingtalk_tracker_data",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="dora_configurations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="dora_daily_metrics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="dora_performance_scores",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="draft_notes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="duo_workflow_session_artifacts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="duo_workflows_checkpoint_writes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="duo_workflows_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="duo_workflows_workflows",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 106496 pg_total_relation_size_bytes{relname="duo_workflows_workloads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="early_access_program_tracking_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="elastic_group_index_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="elastic_index_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="elastic_reindexing_slices",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="elastic_reindexing_subtasks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="elastic_reindexing_tasks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="elasticsearch_indexed_namespaces",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="elasticsearch_indexed_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="emails",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 147456 pg_total_relation_size_bytes{relname="enabled_foundational_flow_check_results",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="enabled_foundational_flows",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="environments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 212992 pg_total_relation_size_bytes{relname="epic_issues",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="epic_user_mentions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="epics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 163840 pg_total_relation_size_bytes{relname="error_tracking_client_keys",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="error_tracking_error_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="error_tracking_errors",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 253952 pg_total_relation_size_bytes{relname="evidences",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="excluded_merge_requests",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="external_approval_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="external_pull_requests",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="external_status_checks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="external_status_checks_protected_branches",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="feature_gates",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="features",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="fork_network_members",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="fork_networks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="geo_cache_invalidation_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="geo_ci_job_artifact_verification_summaries",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="geo_event_log",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="geo_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="geo_node_namespace_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="geo_node_organization_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="geo_node_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="geo_nodes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ghost_user_migrations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="gitlab_subscription_histories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="gitlab_subscriptions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="gpg_key_subkeys",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="gpg_keys",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="gpg_signatures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="grafana_integrations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="granular_scopes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="group_audit_events_000000",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_audit_events_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_audit_events_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_audit_events_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_audit_events_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_audit_events_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_audit_events_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_audit_events_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_audit_events_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_crm_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="group_custom_attributes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="group_deletion_schedules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="group_deploy_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="group_features",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="group_group_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_import_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="group_merge_request_approval_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="group_push_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="group_repository_storage_moves",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="group_saved_replies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="group_scim_auth_access_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="group_scim_identities",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_secret_rotation_infos",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="group_secrets_manager_maintenance_tasks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="group_secrets_managers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="group_security_exclusions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="group_ssh_certificates",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="group_type_ci_runner_machines",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="group_type_ci_runners",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 147456 pg_total_relation_size_bytes{relname="group_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="group_wiki_repositories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="group_wiki_repository_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="groups_visits_202604",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="groups_visits_202605",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="groups_visits_202606",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="groups_visits_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="groups_visits_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="groups_visits_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="groups_visits_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="groups_visits_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="groups_visits_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="groups_visits_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="groups_visits_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="historical_data",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="identities",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="import_export_upload_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="import_export_upload_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="import_export_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="import_failures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="import_offline_configurations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="import_offline_exports",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="import_placeholder_memberships",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="import_placeholder_user_details",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="import_source_user_placeholder_references",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="import_source_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="incident_management_escalation_policies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="incident_management_escalation_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="incident_management_issuable_escalation_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_oncall_participants",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="incident_management_oncall_rotations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="incident_management_oncall_schedules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_oncall_shifts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="incident_management_pending_alert_escalations_000000",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_alert_escalations_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_alert_escalations_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_alert_escalations_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_alert_escalations_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_alert_escalations_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_alert_escalations_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_alert_escalations_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_alert_escalations_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_issue_escalations_000000",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_issue_escalations_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_issue_escalations_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_issue_escalations_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_issue_escalations_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_issue_escalations_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_issue_escalations_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_issue_escalations_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_pending_issue_escalations_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_timeline_event_tag_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="incident_management_timeline_event_tags",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="incident_management_timeline_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="index_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="insights",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="instance_audit_events_000000",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="instance_audit_events_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="instance_audit_events_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="instance_audit_events_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="instance_audit_events_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="instance_audit_events_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="instance_audit_events_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="instance_audit_events_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="instance_audit_events_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="instance_audit_events_streaming_headers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="instance_model_selection_feature_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="instance_type_ci_runner_machines",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 196608 pg_total_relation_size_bytes{relname="instance_type_ci_runners",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 270336 pg_total_relation_size_bytes{relname="integrations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="internal_ids",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="ip_restrictions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="issuable_metric_image_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="issuable_metric_images",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="issuable_resource_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="issuable_severities",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="issuable_slas",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="issue_assignees",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="issue_assignment_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="issue_customer_relations_contacts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="issue_email_participants",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="issue_emails",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="issue_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="issue_metrics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="issue_search_data_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_16",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_17",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_18",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_19",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_20",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_21",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_22",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_23",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_24",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_25",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_26",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_27",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_28",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_29",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_30",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_31",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_32",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_33",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_34",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_35",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_36",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_37",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_38",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_39",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_40",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_41",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_42",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_43",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_44",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_45",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_46",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_47",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_48",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_49",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_50",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_51",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_52",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_53",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_54",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_55",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_56",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_57",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_58",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_59",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_60",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_61",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_62",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_search_data_63",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_tracker_data",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issue_user_mentions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="issues",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 311296 pg_total_relation_size_bytes{relname="iterations_cadences",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="jira_connect_installations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="jira_connect_subscriptions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="jira_imports",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="jira_tracker_data",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="job_environments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 114688 pg_total_relation_size_bytes{relname="keys",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 163840 pg_total_relation_size_bytes{relname="knowledge_graph_enabled_namespaces",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="label_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="label_priorities",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="labels",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="ldap_admin_role_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ldap_group_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="lfs_file_locks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="lfs_object_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="lfs_objects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="lfs_objects_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="licenses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="list_user_preferences",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="lists",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="loose_foreign_keys_deleted_records_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="member_approvals",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="member_roles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="members",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 303104 pg_total_relation_size_bytes{relname="members_deletion_schedules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="merge_request_approval_metrics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_assignees",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_request_assignment_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_request_blocks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_request_cleanup_schedules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="merge_request_commits_metadata_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_commits_metadata_10000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_commits_metadata_2000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_commits_metadata_4000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_commits_metadata_6000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_commits_metadata_8000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_context_commit_diff_files",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_request_context_commits",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_request_diff_commit_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_diff_commits",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="merge_request_diff_commits_b5377a7a34_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_diff_commits_b5377a7a34_10000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_diff_commits_b5377a7a34_2000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_diff_commits_b5377a7a34_4000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_diff_commits_b5377a7a34_6000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_diff_commits_b5377a7a34_8000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_diff_details",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="merge_request_diff_files",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_diff_files_99208b8fac_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="merge_request_diff_files_99208b8fac_1000000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="merge_request_diff_files_99208b8fac_200000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="merge_request_diff_files_99208b8fac_400000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="merge_request_diff_files_99208b8fac_600000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="merge_request_diff_files_99208b8fac_800000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="merge_request_diffs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="merge_request_merge_schedules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_request_metrics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="merge_request_predictions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_request_requested_changes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_request_reviewers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="merge_request_user_mentions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="merge_requests",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 245760 pg_total_relation_size_bytes{relname="merge_requests_approval_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="merge_requests_approval_rules_approver_groups",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_requests_approval_rules_approver_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="merge_requests_approval_rules_groups",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_requests_approval_rules_merge_requests",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_requests_approval_rules_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="merge_requests_closing_issues",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_requests_compliance_violations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="merge_requests_merge_data_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_requests_merge_data_10000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_requests_merge_data_20000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_requests_merge_data_30000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_requests_merge_data_40000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_requests_merge_data_50000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="merge_trains",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="milestone_releases",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="milestones",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="ml_candidate_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ml_candidate_metrics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ml_candidate_params",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="ml_candidates",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="ml_experiment_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ml_experiments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="ml_model_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ml_model_version_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="ml_model_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="ml_models",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="namespace_admin_notes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_aggregation_schedules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="namespace_ai_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="namespace_bans",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_ci_cd_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="namespace_cluster_agent_mappings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="namespace_commit_emails",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="namespace_descendants_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_16",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_17",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_18",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_19",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_20",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_21",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_22",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_23",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_24",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_25",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_26",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_27",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_28",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_29",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_30",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_descendants_31",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_details",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="namespace_foundational_agent_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_import_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespace_isolations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="namespace_ldap_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="namespace_limits",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="namespace_package_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="namespace_root_storage_statistics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="namespace_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="namespace_statistics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="namespace_template_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="namespace_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="namespaces",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 434176 pg_total_relation_size_bytes{relname="namespaces_storage_limit_exclusions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="namespaces_sync_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="non_sql_service_pings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 180224 pg_total_relation_size_bytes{relname="note_diff_files",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="note_duo_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="note_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="notes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 139264 pg_total_relation_size_bytes{relname="notification_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="oauth_access_grants",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="oauth_access_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="oauth_applications",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="oauth_consents",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="oauth_device_grants",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="oauth_openid_requests",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="observability_group_o11y_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="observability_logs_issues_connections",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="observability_metrics_issues_connections",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="observability_traces_issues_connections",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="onboarding_progresses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="operations_feature_flags",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="operations_feature_flags_clients",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="operations_feature_flags_issues",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="operations_scopes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="operations_strategies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="operations_strategies_user_lists",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="operations_user_lists",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="organization_cluster_agent_mappings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="organization_detail_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="organization_details",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="organization_foundational_agent_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="organization_isolations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="organization_push_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="organization_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="organization_user_details",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="organization_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="organizations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 114688 pg_total_relation_size_bytes{relname="p_batched_git_ref_updates_deletions_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="p_catalog_resource_sync_events_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="p_ci_builds_partition_overrides_0",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="p_ci_builds_partition_overrides_1",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="p_ci_builds_partition_overrides_2",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="p_ci_finished_pipeline_ch_sync_events_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="p_ci_finished_pipeline_ch_sync_events_2",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_16",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_17",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_18",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_19",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_20",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_21",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_22",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_23",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_24",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_25",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_26",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_27",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_28",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_29",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_30",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_31",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_32",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_33",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_34",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_35",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_36",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_37",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_38",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_39",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_40",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_41",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_42",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_43",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_44",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_45",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_46",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_47",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_48",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_49",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_50",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_51",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_52",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_53",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_54",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_55",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_56",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_57",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_58",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_59",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_60",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_61",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_62",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_ci_pipeline_iids_63",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="p_generated_ref_commits_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="p_generated_ref_commits_10000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="p_generated_ref_commits_2000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="p_generated_ref_commits_4000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="p_generated_ref_commits_6000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="p_generated_ref_commits_8000001",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="p_sent_notifications_1",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="packages_build_infos",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="packages_cargo_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_cleanup_policies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="packages_composer_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_composer_packages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="packages_conan_file_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="packages_conan_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_conan_package_references",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="packages_conan_package_revisions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="packages_conan_recipe_revisions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="packages_debian_file_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_debian_group_architectures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_debian_group_component_files",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="packages_debian_group_components",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_debian_group_distribution_keys",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_debian_group_distributions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="packages_debian_project_architectures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_debian_project_component_file_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="packages_debian_project_component_files",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="packages_debian_project_components",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_debian_project_distribution_keys",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_debian_project_distributions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="packages_debian_publications",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_dependencies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="packages_dependency_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_helm_file_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="packages_helm_metadata_cache_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="packages_helm_metadata_caches",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_maven_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="packages_npm_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_npm_metadata_caches",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="packages_nuget_dependency_link_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_nuget_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_nuget_symbol_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="packages_nuget_symbols",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="packages_package_file_build_infos",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_package_file_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="packages_package_files",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 147456 pg_total_relation_size_bytes{relname="packages_packages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 245760 pg_total_relation_size_bytes{relname="packages_protection_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_pypi_file_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="packages_pypi_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="packages_rpm_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="packages_rpm_repository_files",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="packages_rubygems_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="packages_rubygems_spec_files",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="packages_tags",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="packages_terraform_module_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pages_deployment_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="pages_deployments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="pages_domain_acme_orders",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="pages_domains",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 114688 pg_total_relation_size_bytes{relname="path_locks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="personal_access_token_granular_scopes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="personal_access_token_last_used_ips",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="personal_access_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 245760 pg_total_relation_size_bytes{relname="pg_aggregate",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="pg_am",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="pg_amop",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 278528 pg_total_relation_size_bytes{relname="pg_amproc",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 172032 pg_total_relation_size_bytes{relname="pg_attrdef",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 1.523712e+06 pg_total_relation_size_bytes{relname="pg_attribute",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 1.490944e+07 pg_total_relation_size_bytes{relname="pg_auth_members",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 106496 pg_total_relation_size_bytes{relname="pg_authid",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="pg_cast",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="pg_class",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 6.250496e+06 pg_total_relation_size_bytes{relname="pg_collation",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 229376 pg_total_relation_size_bytes{relname="pg_constraint",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 5.390336e+06 pg_total_relation_size_bytes{relname="pg_conversion",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="pg_database",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="pg_db_role_setting",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="pg_default_acl",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pg_depend",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 8.953856e+06 pg_total_relation_size_bytes{relname="pg_description",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 630784 pg_total_relation_size_bytes{relname="pg_enum",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pg_event_trigger",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pg_extension",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="pg_foreign_data_wrapper",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pg_foreign_server",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pg_foreign_table",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="pg_index",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 2.588672e+06 pg_total_relation_size_bytes{relname="pg_inherits",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 368640 pg_total_relation_size_bytes{relname="pg_init_privs",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="pg_language",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="pg_largeobject",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="pg_largeobject_metadata",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="pg_namespace",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="pg_opclass",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="pg_operator",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 245760 pg_total_relation_size_bytes{relname="pg_opfamily",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="pg_parameter_acl",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pg_partitioned_table",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="pg_policy",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pg_proc",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 1.605632e+06 pg_total_relation_size_bytes{relname="pg_publication",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="pg_publication_namespace",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="pg_publication_rel",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="pg_range",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="pg_replication_origin",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pg_rewrite",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 868352 pg_total_relation_size_bytes{relname="pg_seclabel",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="pg_sequence",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 221184 pg_total_relation_size_bytes{relname="pg_shdepend",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 417792 pg_total_relation_size_bytes{relname="pg_shdescription",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="pg_shseclabel",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="pg_statistic",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 802816 pg_total_relation_size_bytes{relname="pg_statistic_ext",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="pg_statistic_ext_data",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="pg_subscription",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pg_subscription_rel",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="pg_tablespace",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="pg_transform",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="pg_trigger",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 2.8672e+06 pg_total_relation_size_bytes{relname="pg_ts_config",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="pg_ts_config_map",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="pg_ts_dict",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="pg_ts_parser",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="pg_ts_template",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="pg_type",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 1.245184e+06 pg_total_relation_size_bytes{relname="pg_user_mapping",schemaname="pg_catalog",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pipl_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="plan_limits",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="plans",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="pm_advisories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="pm_affected_packages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="pm_checkpoints",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="pm_cve_enrichment",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="pm_licenses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pm_package_version_licenses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="pm_package_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="pm_packages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="pool_repositories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="postgres_async_foreign_key_validations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="postgres_async_indexes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="postgres_reindex_actions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="postgres_reindex_queued_actions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="programming_languages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="project_access_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="project_alerting_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="project_aliases",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="project_audit_events_000000",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="project_audit_events_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="project_audit_events_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="project_audit_events_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="project_audit_events_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="project_audit_events_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="project_audit_events_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="project_audit_events_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="project_audit_events_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="project_authorizations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="project_authorizations_for_migration",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="project_auto_devops",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="project_build_artifacts_size_refreshes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_ci_cd_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="project_ci_feature_usages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="project_compliance_framework_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="project_compliance_standards_adherence",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="project_compliance_violations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="project_compliance_violations_issues",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="project_control_compliance_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="project_custom_attributes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="project_daily_statistics_202604",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_daily_statistics_202605",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_daily_statistics_202606",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_daily_statistics_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_daily_statistics_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="project_daily_statistics_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_daily_statistics_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_daily_statistics_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_daily_statistics_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_daily_statistics_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_daily_statistics_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_data_transfers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_deploy_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_error_tracking_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="project_export_jobs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="project_feature_usages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="project_features",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="project_group_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="project_import_data",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_import_export_relation_export_upload_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="project_import_export_relation_export_upload_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="project_incident_management_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_metrics_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="project_mirror_data",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="project_pages_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_push_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_relation_export_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="project_relation_exports",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="project_repositories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="project_repository_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="project_repository_storage_moves",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_requirement_compliance_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="project_saved_replies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_secrets_manager_maintenance_tasks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="project_secrets_managers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_security_exclusions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_security_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="project_security_statistics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="project_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="project_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="project_statistics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 155648 pg_total_relation_size_bytes{relname="project_to_security_attributes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="project_topic_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="project_topics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="project_type_ci_runner_machines",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="project_type_ci_runners",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 147456 pg_total_relation_size_bytes{relname="project_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="project_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="project_wiki_repositories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 778240 pg_total_relation_size_bytes{relname="projects_branch_rules_merge_request_approval_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="projects_branch_rules_squash_options",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="projects_sync_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="projects_visits_202604",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="projects_visits_202605",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="projects_visits_202606",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="projects_visits_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="projects_visits_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="projects_visits_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="projects_visits_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="projects_visits_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="projects_visits_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="projects_visits_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="projects_visits_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="projects_with_pipeline_variables",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="protected_branch_merge_access_levels",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 122880 pg_total_relation_size_bytes{relname="protected_branch_push_access_levels",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 139264 pg_total_relation_size_bytes{relname="protected_branch_unprotect_access_levels",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="protected_branches",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="protected_environment_approval_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="protected_environment_deploy_access_levels",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="protected_environments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="protected_tag_create_access_levels",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="protected_tags",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="push_event_payloads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="push_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="queries_service_pings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 139264 pg_total_relation_size_bytes{relname="raw_usage_data",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 122880 pg_total_relation_size_bytes{relname="redirect_routes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="related_epic_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="relation_import_trackers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="release_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="releases",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="remote_mirrors",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="repository_languages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="required_code_owners_sections",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="requirements",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="requirements_management_test_reports",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="resource_iteration_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="resource_label_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="resource_link_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="resource_milestone_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="resource_state_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="resource_weight_events",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="reviews",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="routes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 188416 pg_total_relation_size_bytes{relname="saml_group_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="saml_providers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="saved_replies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="saved_views",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="sbom_component_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="sbom_components",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="sbom_graph_paths",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="sbom_occurrence_refs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="sbom_occurrences",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 212992 pg_total_relation_size_bytes{relname="sbom_occurrences_vulnerabilities",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="sbom_source_packages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="sbom_sources",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="sbom_vulnerability_scan_results",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="sbom_vulnerability_scans",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="scan_execution_policy_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="scan_result_policies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="scan_result_policy_violation_details",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="scan_result_policy_violations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="schema_migrations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 204800 pg_total_relation_size_bytes{relname="scim_group_memberships",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="scim_identities",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="scim_oauth_access_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="secret_detection_token_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="secret_rotation_infos",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="secrets_management_recovery_keys",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="secrets_manager_namespace_enrollments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="security_attributes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="security_categories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="security_finding_enrichments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="security_finding_token_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="security_inventory_filters",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="security_orchestration_policy_configurations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="security_orchestration_policy_rule_schedules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="security_pipeline_execution_policy_config_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="security_pipeline_execution_project_schedules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="security_policies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="security_policy_dismissals",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="security_policy_project_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="security_policy_requirements",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="security_policy_schedule_pipelines",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="security_policy_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="security_project_tracked_contexts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="security_scan_execution_project_schedules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="security_scan_profile_project_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="security_scan_profile_triggers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="security_scan_profiles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="security_scan_profiles_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="security_scans",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="security_scheduled_pipeline_execution_policy_test_runs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="security_training_providers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="security_trainings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="sentry_issues",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="service_access_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="service_desk_custom_email_credentials",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="service_desk_custom_email_verifications",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="service_desk_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="shards",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="slack_api_scopes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="slack_integrations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="slack_integrations_scopes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="slsa_attestations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="smartcard_identities",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="snippet_repositories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="snippet_repository_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="snippet_repository_storage_moves",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="snippet_statistics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="snippet_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="snippet_user_mentions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="snippets",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 163840 pg_total_relation_size_bytes{relname="software_license_policies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="spam_logs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="sprints",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="sql_features",schemaname="information_schema",server="/var/opt/gitlab/postgresql:5432"} 106496 pg_total_relation_size_bytes{relname="sql_implementation_info",schemaname="information_schema",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="sql_parts",schemaname="information_schema",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="sql_sizing",schemaname="information_schema",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="ssh_signatures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="status_check_responses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="status_page_published_incidents",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="status_page_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="subscription_add_on_purchases",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="subscription_add_ons",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="subscription_seat_assignments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="subscription_user_add_on_assignment_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="subscription_user_add_on_assignments",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="subscriptions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="suggestions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="supply_chain_attestation_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="system_access_group_microsoft_applications",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="system_access_group_microsoft_graph_access_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="system_access_microsoft_applications",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="system_access_microsoft_graph_access_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="system_note_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="tag_gpg_signatures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="tag_ssh_signatures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="tag_x509_signatures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="tags",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="target_branch_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="targeted_message_dismissals",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="targeted_message_namespaces",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="targeted_messages",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 8192 pg_total_relation_size_bytes{relname="term_agreements",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="terraform_state_protection_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="terraform_state_version_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="terraform_state_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="terraform_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="timelog_categories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="timelogs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="todos",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 122880 pg_total_relation_size_bytes{relname="topics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="trending_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="upcoming_reconciliations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="uploads_archived",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 114688 pg_total_relation_size_bytes{relname="user_achievements",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="user_admin_roles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="user_agent_details",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="user_audit_events_000000",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="user_audit_events_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="user_audit_events_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="user_audit_events_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="user_audit_events_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="user_audit_events_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="user_audit_events_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="user_audit_events_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="user_audit_events_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="user_broadcast_message_dismissals",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="user_callouts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="user_credit_card_validations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="user_custom_attributes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="user_details",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 139264 pg_total_relation_size_bytes{relname="user_follow_users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="user_group_callouts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="user_group_member_roles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="user_highest_roles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="user_member_roles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="user_namespace_callouts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="user_permission_export_upload_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="user_permission_export_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="user_phone_number_validations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="user_preferences",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 122880 pg_total_relation_size_bytes{relname="user_project_callouts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="user_project_member_roles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="user_saved_views",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="user_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="user_synced_attributes_metadata",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="user_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="user_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 180224 pg_total_relation_size_bytes{relname="users",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 565248 pg_total_relation_size_bytes{relname="users_ops_dashboard_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="users_security_dashboard_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="users_star_projects",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="users_statistics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="value_stream_dashboard_aggregations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="verification_codes_000000",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="verification_codes_202607",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="verification_codes_202608",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="verification_codes_202609",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="verification_codes_202610",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="verification_codes_202611",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="verification_codes_202612",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="verification_codes_202701",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="verification_codes_202702",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="virtual_registries_cleanup_policies",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_entries_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_cache_remote_entries_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="virtual_registries_container_registries",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="virtual_registries_container_registry_upstreams",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_container_upstreams",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_entries_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_local_entries_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entries_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_cache_remote_entry_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_local_upstreams",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_registries",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_registry_upstreams",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_upstream_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_maven_upstreams",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_local_entries_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_cache_remote_entries_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_registries",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_registry_upstreams",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="virtual_registries_packages_npm_upstreams",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="virtual_registries_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="vs_code_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="vulnerabilities",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 114688 pg_total_relation_size_bytes{relname="vulnerability_archive_export_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="vulnerability_archive_export_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="vulnerability_detection_transitions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="vulnerability_export_part_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="vulnerability_export_parts",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="vulnerability_export_upload_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="vulnerability_export_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 90112 pg_total_relation_size_bytes{relname="vulnerability_exports",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="vulnerability_external_issue_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="vulnerability_feedback",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 114688 pg_total_relation_size_bytes{relname="vulnerability_finding_due_dates",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="vulnerability_finding_evidences",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="vulnerability_finding_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="vulnerability_finding_risk_scores",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="vulnerability_finding_signatures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="vulnerability_findings_remediations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="vulnerability_flags",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="vulnerability_flip_guards",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="vulnerability_historical_statistics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="vulnerability_identifiers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="vulnerability_issue_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="vulnerability_management_policy_rules",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="vulnerability_merge_request_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="vulnerability_namespace_historical_statistics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="vulnerability_namespace_statistics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="vulnerability_occurrence_identifiers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="vulnerability_occurrences",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 139264 pg_total_relation_size_bytes{relname="vulnerability_partial_scans",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="vulnerability_reads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 221184 pg_total_relation_size_bytes{relname="vulnerability_remediation_uploads",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 81920 pg_total_relation_size_bytes{relname="vulnerability_remediations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="vulnerability_representation_information",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="vulnerability_scanners",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="vulnerability_severity_overrides",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="vulnerability_state_transitions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="vulnerability_statistics",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="vulnerability_triggered_workflows",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="vulnerability_user_mentions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260717",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260718",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260719",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260720",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260721",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260722",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260723",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260724",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260725",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260726",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260727",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260728",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260729",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260730",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260731",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260801",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260802",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260803",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260804",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260805",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260806",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260807",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260808",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260809",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260810",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260811",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260812",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260813",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260814",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260815",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260816",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260817",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260818",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260819",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260820",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260821",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260822",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260823",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260824",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260825",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260826",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260827",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260828",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hook_logs_daily_20260829",schemaname="gitlab_partitions_dynamic",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="web_hooks",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="webauthn_registrations",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="wiki_page_meta",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="wiki_page_meta_user_mentions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="wiki_page_slugs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="wiki_repository_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="work_item_agent_plans",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="work_item_colors",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="work_item_current_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="work_item_custom_lifecycle_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_custom_lifecycles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 65536 pg_total_relation_size_bytes{relname="work_item_custom_status_mappings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="work_item_custom_statuses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="work_item_custom_types",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_date_field_values",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_dates_sources",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="work_item_descriptions_00",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_01",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_02",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_03",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_04",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_05",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_06",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_07",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_08",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_09",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_10",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_11",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_12",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_13",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_14",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_15",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_16",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_17",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_18",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_19",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_20",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_21",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_22",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_23",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_24",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_25",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_26",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_27",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_28",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_29",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_30",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_31",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_32",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_33",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_34",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_35",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_36",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_37",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_38",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_39",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_40",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_41",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_42",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_43",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_44",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_45",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_46",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_47",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_48",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_49",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_50",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_51",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_52",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_53",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_54",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_55",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_56",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_57",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_58",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_59",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_60",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_61",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_62",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_descriptions_63",schemaname="gitlab_partitions_static",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_number_field_values",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="work_item_parent_links",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_positions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 16384 pg_total_relation_size_bytes{relname="work_item_progresses",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="work_item_select_field_values",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="work_item_settings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="work_item_text_field_values",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="work_item_transitions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="work_item_type_custom_fields",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_type_custom_lifecycles",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_type_user_preferences",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="work_item_type_visibilities",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="work_item_type_visibility_defaults",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="work_item_weights_sources",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="workspace_agentk_states",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="workspace_tokens",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="workspace_variables",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="workspaces",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 57344 pg_total_relation_size_bytes{relname="workspaces_agent_config_versions",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="workspaces_agent_configs",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="x509_certificates",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="x509_commit_signatures",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 pg_total_relation_size_bytes{relname="x509_issuers",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="xray_reports",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 24576 pg_total_relation_size_bytes{relname="zentao_tracker_data",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 49152 pg_total_relation_size_bytes{relname="zoekt_enabled_namespaces",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="zoekt_indices",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 98304 pg_total_relation_size_bytes{relname="zoekt_nodes",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="zoekt_replicas",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 32768 pg_total_relation_size_bytes{relname="zoekt_repositories",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 73728 pg_total_relation_size_bytes{relname="zoom_meetings",schemaname="public",server="/var/opt/gitlab/postgresql:5432"} 40960 # HELP pg_up Whether the last scrape of metrics from PostgreSQL was able to connect to the server (1 for yes, 0 for no). # TYPE pg_up gauge pg_up 1 # HELP pg_vacuum_age_in_seconds The current maximum VACUUM query age in seconds # TYPE pg_vacuum_age_in_seconds gauge pg_vacuum_age_in_seconds{server="/var/opt/gitlab/postgresql:5432"} NaN # HELP pg_vacuum_analyze_age_in_seconds The current maximum VACUUM ANALYZE query age in seconds # TYPE pg_vacuum_analyze_age_in_seconds gauge pg_vacuum_analyze_age_in_seconds{server="/var/opt/gitlab/postgresql:5432"} NaN # HELP pg_vacuum_analyze_queries The current number of VACUUM ANALYZE queries # TYPE pg_vacuum_analyze_queries gauge pg_vacuum_analyze_queries{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_vacuum_queries The current number of VACUUM queries # TYPE pg_vacuum_queries gauge pg_vacuum_queries{server="/var/opt/gitlab/postgresql:5432"} 0 # HELP pg_wal_segments Number of WAL segments # TYPE pg_wal_segments gauge pg_wal_segments 15 # HELP pg_wal_size_bytes Total size of WAL segments # TYPE pg_wal_size_bytes gauge pg_wal_size_bytes 2.5165824e+08 # HELP postgres_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which postgres_exporter was built, and the goos and goarch for the build. # TYPE postgres_exporter_build_info gauge postgres_exporter_build_info{branch="master",goarch="amd64",goos="linux",goversion="go1.25.11",revision="333363aeb548b66340a61a7fb2b3f0e8a8d39f90",tags="unknown",version="0.19.1"} 1 # HELP postgres_exporter_config_last_reload_success_timestamp_seconds Timestamp of the last successful configuration reload. # TYPE postgres_exporter_config_last_reload_success_timestamp_seconds gauge postgres_exporter_config_last_reload_success_timestamp_seconds 0 # HELP postgres_exporter_config_last_reload_successful Postgres exporter config loaded successfully. # TYPE postgres_exporter_config_last_reload_successful gauge postgres_exporter_config_last_reload_successful 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 4.59 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 50000 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 6.712777e+06 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.2085393e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 3.2841728e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.78565995003e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 4.305965056e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 12 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0