# 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"} 3.6176e-05 go_gc_duration_seconds{quantile="0.25"} 9.591e-05 go_gc_duration_seconds{quantile="0.5"} 0.000128484 go_gc_duration_seconds{quantile="0.75"} 0.000162771 go_gc_duration_seconds{quantile="1"} 0.000312399 go_gc_duration_seconds_sum 48.009533072 go_gc_duration_seconds_count 339282 # 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.24.7"} 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 2.2521864e+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 2.922636074816e+12 # 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 4654 # 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 6.6456075364e+10 # 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 7.237064e+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 2.2521864e+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 3.1731712e+08 # 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 2.56e+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 509182 # 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 3.14294272e+08 # 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 3.4291712e+08 # 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.7660855142151103e+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 6.6456584546e+10 # 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 9664 # 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 15704 # 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 525440 # 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 6.05472e+06 # 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 4.3855394e+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 1.607634e+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.015808e+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.015808e+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 3.58852704e+08 # 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 8 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 13 # HELP pg_database_connection_limit Connection limit set for the database # TYPE pg_database_connection_limit gauge pg_database_connection_limit{datname="ofc_live"} -1 pg_database_connection_limit{datname="postgres"} -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="ofc_live"} 3.5522507235e+10 pg_database_size_bytes{datname="postgres"} 7.721443e+06 pg_database_size_bytes{datname="template0"} 7.537167e+06 pg_database_size_bytes{datname="template1"} 7.762403e+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.007892205 # 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 89013 # HELP pg_locks_count Number of locks # TYPE pg_locks_count gauge pg_locks_count{datname="ofc_live",mode="accessexclusivelock"} 0 pg_locks_count{datname="ofc_live",mode="accesssharelock"} 83 pg_locks_count{datname="ofc_live",mode="exclusivelock"} 0 pg_locks_count{datname="ofc_live",mode="rowexclusivelock"} 0 pg_locks_count{datname="ofc_live",mode="rowsharelock"} 0 pg_locks_count{datname="ofc_live",mode="sharelock"} 0 pg_locks_count{datname="ofc_live",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="ofc_live",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="ofc_live",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="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_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="cwbos"} -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_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="postgres"} -1 pg_roles_connection_limit{rolname="replica"} -1 pg_roles_connection_limit{rolname="tad"} -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.361203077 pg_scrape_collector_duration_seconds{collector="locks"} 0.005698548 pg_scrape_collector_duration_seconds{collector="replication"} 0.305857465 pg_scrape_collector_duration_seconds{collector="replication_slot"} 0.002279563 pg_scrape_collector_duration_seconds{collector="roles"} 0.304610747 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.345119728 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.068272282 pg_scrape_collector_duration_seconds{collector="stat_progress_vacuum"} 0.070563955 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.066564135 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.303297034 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.340790508 pg_scrape_collector_duration_seconds{collector="wal"} 0.309647351 # 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="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="stat_statements"} 1 pg_scrape_collector_success{collector="stat_user_tables"} 1 pg_scrape_collector_success{collector="statio_user_tables"} 1 pg_scrape_collector_success{collector="wal"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 # HELP pg_settings_array_nulls Server Parameter: array_nulls # TYPE pg_settings_array_nulls gauge pg_settings_array_nulls{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 60 # HELP pg_settings_autovacuum Server Parameter: autovacuum # TYPE pg_settings_autovacuum gauge pg_settings_autovacuum{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0.1 # HELP pg_settings_autovacuum_analyze_threshold Server Parameter: autovacuum_analyze_threshold # TYPE pg_settings_autovacuum_analyze_threshold gauge pg_settings_autovacuum_analyze_threshold{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0.002 # 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="51.112.172.70:8641"} -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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0.2 # HELP pg_settings_autovacuum_vacuum_threshold Server Parameter: autovacuum_vacuum_threshold # TYPE pg_settings_autovacuum_vacuum_threshold gauge pg_settings_autovacuum_vacuum_threshold{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} -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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 2 # HELP pg_settings_block_size Server Parameter: block_size # TYPE pg_settings_block_size gauge pg_settings_block_size{server="51.112.172.70:8641"} 8192 # HELP pg_settings_bonjour Server Parameter: bonjour # TYPE pg_settings_bonjour gauge pg_settings_bonjour{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 # HELP pg_settings_commit_delay Server Parameter: commit_delay # TYPE pg_settings_commit_delay gauge pg_settings_commit_delay{server="51.112.172.70:8641"} 0 # HELP pg_settings_commit_siblings Server Parameter: commit_siblings # TYPE pg_settings_commit_siblings gauge pg_settings_commit_siblings{server="51.112.172.70:8641"} 5 # 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0.1 # HELP pg_settings_data_checksums Server Parameter: data_checksums # TYPE pg_settings_data_checksums gauge pg_settings_data_checksums{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 # HELP pg_settings_db_user_namespace Server Parameter: db_user_namespace # TYPE pg_settings_db_user_namespace gauge pg_settings_db_user_namespace{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1 # HELP pg_settings_debug_assertions Server Parameter: debug_assertions # TYPE pg_settings_debug_assertions gauge pg_settings_debug_assertions{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 100 # HELP pg_settings_default_transaction_deferrable Server Parameter: default_transaction_deferrable # TYPE pg_settings_default_transaction_deferrable gauge pg_settings_default_transaction_deferrable{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 4.294967296e+09 # HELP pg_settings_effective_io_concurrency Server Parameter: effective_io_concurrency # TYPE pg_settings_effective_io_concurrency gauge pg_settings_effective_io_concurrency{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1 # HELP pg_settings_enable_bitmapscan Server Parameter: enable_bitmapscan # TYPE pg_settings_enable_bitmapscan gauge pg_settings_enable_bitmapscan{server="51.112.172.70:8641"} 1 # HELP pg_settings_enable_gathermerge Server Parameter: enable_gathermerge # TYPE pg_settings_enable_gathermerge gauge pg_settings_enable_gathermerge{server="51.112.172.70:8641"} 1 # HELP pg_settings_enable_hashagg Server Parameter: enable_hashagg # TYPE pg_settings_enable_hashagg gauge pg_settings_enable_hashagg{server="51.112.172.70:8641"} 1 # HELP pg_settings_enable_hashjoin Server Parameter: enable_hashjoin # TYPE pg_settings_enable_hashjoin gauge pg_settings_enable_hashjoin{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1 # HELP pg_settings_enable_indexonlyscan Server Parameter: enable_indexonlyscan # TYPE pg_settings_enable_indexonlyscan gauge pg_settings_enable_indexonlyscan{server="51.112.172.70:8641"} 1 # HELP pg_settings_enable_indexscan Server Parameter: enable_indexscan # TYPE pg_settings_enable_indexscan gauge pg_settings_enable_indexscan{server="51.112.172.70:8641"} 1 # HELP pg_settings_enable_material Server Parameter: enable_material # TYPE pg_settings_enable_material gauge pg_settings_enable_material{server="51.112.172.70:8641"} 1 # HELP pg_settings_enable_memoize Server Parameter: enable_memoize # TYPE pg_settings_enable_memoize gauge pg_settings_enable_memoize{server="51.112.172.70:8641"} 1 # HELP pg_settings_enable_mergejoin Server Parameter: enable_mergejoin # TYPE pg_settings_enable_mergejoin gauge pg_settings_enable_mergejoin{server="51.112.172.70:8641"} 1 # HELP pg_settings_enable_nestloop Server Parameter: enable_nestloop # TYPE pg_settings_enable_nestloop gauge pg_settings_enable_nestloop{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1 # HELP pg_settings_enable_seqscan Server Parameter: enable_seqscan # TYPE pg_settings_enable_seqscan gauge pg_settings_enable_seqscan{server="51.112.172.70:8641"} 1 # HELP pg_settings_enable_sort Server Parameter: enable_sort # TYPE pg_settings_enable_sort gauge pg_settings_enable_sort{server="51.112.172.70:8641"} 1 # HELP pg_settings_enable_tidscan Server Parameter: enable_tidscan # TYPE pg_settings_enable_tidscan gauge pg_settings_enable_tidscan{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 8 # HELP pg_settings_fsync Server Parameter: fsync # TYPE pg_settings_fsync gauge pg_settings_fsync{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1 # HELP pg_settings_geqo Server Parameter: geqo # TYPE pg_settings_geqo gauge pg_settings_geqo{server="51.112.172.70:8641"} 1 # HELP pg_settings_geqo_effort Server Parameter: geqo_effort # TYPE pg_settings_geqo_effort gauge pg_settings_geqo_effort{server="51.112.172.70:8641"} 5 # HELP pg_settings_geqo_generations Server Parameter: geqo_generations # TYPE pg_settings_geqo_generations gauge pg_settings_geqo_generations{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 # HELP pg_settings_geqo_seed Server Parameter: geqo_seed # TYPE pg_settings_geqo_seed gauge pg_settings_geqo_seed{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 2 # HELP pg_settings_geqo_threshold Server Parameter: geqo_threshold # TYPE pg_settings_geqo_threshold gauge pg_settings_geqo_threshold{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 2 # HELP pg_settings_hot_standby Server Parameter: hot_standby # TYPE pg_settings_hot_standby gauge pg_settings_hot_standby{server="51.112.172.70:8641"} 1 # HELP pg_settings_hot_standby_feedback Server Parameter: hot_standby_feedback # TYPE pg_settings_hot_standby_feedback gauge pg_settings_hot_standby_feedback{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 # 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 # HELP pg_settings_integer_datetimes Server Parameter: integer_datetimes # TYPE pg_settings_integer_datetimes gauge pg_settings_integer_datetimes{server="51.112.172.70:8641"} 1 # HELP pg_settings_jit Server Parameter: jit # TYPE pg_settings_jit gauge pg_settings_jit{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 # HELP pg_settings_jit_expressions Server Parameter: jit_expressions # TYPE pg_settings_jit_expressions gauge pg_settings_jit_expressions{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 600 # HELP pg_settings_log_checkpoints Server Parameter: log_checkpoints # TYPE pg_settings_log_checkpoints gauge pg_settings_log_checkpoints{server="51.112.172.70:8641"} 1 # HELP pg_settings_log_connections Server Parameter: log_connections # TYPE pg_settings_log_connections gauge pg_settings_log_connections{server="51.112.172.70:8641"} 0 # HELP pg_settings_log_disconnections Server Parameter: log_disconnections # TYPE pg_settings_log_disconnections gauge pg_settings_log_disconnections{server="51.112.172.70:8641"} 0 # HELP pg_settings_log_duration Server Parameter: log_duration # TYPE pg_settings_log_duration gauge pg_settings_log_duration{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 600 # HELP pg_settings_log_hostname Server Parameter: log_hostname # TYPE pg_settings_log_hostname gauge pg_settings_log_hostname{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 # 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="51.112.172.70:8641"} -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="51.112.172.70:8641"} -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="51.112.172.70:8641"} -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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} -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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 # HELP pg_settings_logging_collector Server Parameter: logging_collector # TYPE pg_settings_logging_collector gauge pg_settings_logging_collector{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1.073741824e+09 # HELP pg_settings_max_connections Server Parameter: max_connections # TYPE pg_settings_max_connections gauge pg_settings_max_connections{server="51.112.172.70:8641"} 100 # 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 64 # 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="51.112.172.70:8641"} 4 # 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 2 # 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} -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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 10 # 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="51.112.172.70:8641"} -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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 10 # 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="51.112.172.70:8641"} 1.7179869184e+10 # HELP pg_settings_max_worker_processes Server Parameter: max_worker_processes # TYPE pg_settings_max_worker_processes gauge pg_settings_max_worker_processes{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1.073741824e+09 # HELP pg_settings_old_snapshot_threshold_seconds Server Parameter: old_snapshot_threshold [Units converted to seconds.] # TYPE pg_settings_old_snapshot_threshold_seconds gauge pg_settings_old_snapshot_threshold_seconds{server="51.112.172.70:8641"} -1 # HELP pg_settings_parallel_leader_participation Server Parameter: parallel_leader_participation # TYPE pg_settings_parallel_leader_participation gauge pg_settings_parallel_leader_participation{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0.1 # HELP pg_settings_pg_stat_statements_max Server Parameter: pg_stat_statements.max # TYPE pg_settings_pg_stat_statements_max gauge pg_settings_pg_stat_statements_max{server="51.112.172.70:8641"} 5000 # HELP pg_settings_pg_stat_statements_save Server Parameter: pg_stat_statements.save # TYPE pg_settings_pg_stat_statements_save gauge pg_settings_pg_stat_statements_save{server="51.112.172.70:8641"} 1 # HELP pg_settings_pg_stat_statements_track_planning Server Parameter: pg_stat_statements.track_planning # TYPE pg_settings_pg_stat_statements_track_planning gauge pg_settings_pg_stat_statements_track_planning{server="51.112.172.70:8641"} 0 # HELP pg_settings_pg_stat_statements_track_utility Server Parameter: pg_stat_statements.track_utility # TYPE pg_settings_pg_stat_statements_track_utility gauge pg_settings_pg_stat_statements_track_utility{server="51.112.172.70:8641"} 1 # HELP pg_settings_port Server Parameter: port # TYPE pg_settings_port gauge pg_settings_port{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 4 # 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1 # HELP pg_settings_reserved_connections Server Parameter: reserved_connections # TYPE pg_settings_reserved_connections gauge pg_settings_reserved_connections{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1 # HELP pg_settings_row_security Server Parameter: row_security # TYPE pg_settings_row_security gauge pg_settings_row_security{server="51.112.172.70:8641"} 1 # HELP pg_settings_scram_iterations Server Parameter: scram_iterations # TYPE pg_settings_scram_iterations gauge pg_settings_scram_iterations{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1 # HELP pg_settings_server_version_num Server Parameter: server_version_num # TYPE pg_settings_server_version_num gauge pg_settings_server_version_num{server="51.112.172.70:8641"} 160010 # 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="51.112.172.70:8641"} 6.442450944e+09 # 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="51.112.172.70:8641"} 6.610223104e+09 # 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="51.112.172.70:8641"} 3152 # HELP pg_settings_ssl Server Parameter: ssl # TYPE pg_settings_ssl gauge pg_settings_ssl{server="51.112.172.70:8641"} 0 # 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 3 # HELP pg_settings_synchronize_seqscans Server Parameter: synchronize_seqscans # TYPE pg_settings_synchronize_seqscans gauge pg_settings_synchronize_seqscans{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 9 # 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="51.112.172.70:8641"} 7200 # 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="51.112.172.70:8641"} 75 # 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} -1 # HELP pg_settings_trace_notify Server Parameter: trace_notify # TYPE pg_settings_trace_notify gauge pg_settings_trace_notify{server="51.112.172.70:8641"} 0 # HELP pg_settings_trace_sort Server Parameter: trace_sort # TYPE pg_settings_trace_sort gauge pg_settings_trace_sort{server="51.112.172.70:8641"} 0 # HELP pg_settings_track_activities Server Parameter: track_activities # TYPE pg_settings_track_activities gauge pg_settings_track_activities{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 # HELP pg_settings_track_counts Server Parameter: track_counts # TYPE pg_settings_track_counts gauge pg_settings_track_counts{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 # HELP pg_settings_transaction_deferrable Server Parameter: transaction_deferrable # TYPE pg_settings_transaction_deferrable gauge pg_settings_transaction_deferrable{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 262144 # 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1.6777216e+07 # 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 6.7108864e+07 # HELP pg_settings_wal_log_hints Server Parameter: wal_log_hints # TYPE pg_settings_wal_log_hints gauge pg_settings_wal_log_hints{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 60 # HELP pg_settings_wal_recycle Server Parameter: wal_recycle # TYPE pg_settings_wal_recycle gauge pg_settings_wal_recycle{server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 2.097152e+06 # 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 1.2582912e+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="51.112.172.70:8641"} 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="ofc_live",server="51.112.172.70:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ofc_live",server="51.112.172.70:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ofc_live",server="51.112.172.70:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="ofc_live",server="51.112.172.70:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="51.112.172.70:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="51.112.172.70:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="51.112.172.70:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="51.112.172.70:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="51.112.172.70:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="51.112.172.70:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="51.112.172.70:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="51.112.172.70:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="51.112.172.70:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="51.112.172.70:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="51.112.172.70:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="51.112.172.70:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="51.112.172.70:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="51.112.172.70:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="51.112.172.70:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="51.112.172.70:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="51.112.172.70:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 1 pg_stat_activity_count{application_name="CWRetail",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 1 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 20 pg_stat_activity_count{application_name="CoreService",backend_type="parallel worker",datname="ofc_live",server="51.112.172.70:8641",state="active",usename="postgres",wait_event="MessageQueueSend",wait_event_type="IPC"} 2 pg_stat_activity_count{application_name="pgAdmin 4 - CONN:8172910",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_count{application_name="pgAdmin 4 - DB:postgres",backend_type="client backend",datname="postgres",server="51.112.172.70:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 1 # 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="ofc_live",server="51.112.172.70:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ofc_live",server="51.112.172.70:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ofc_live",server="51.112.172.70:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="ofc_live",server="51.112.172.70:8641",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="51.112.172.70:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="51.112.172.70:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="51.112.172.70:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="51.112.172.70:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="51.112.172.70:8641",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="51.112.172.70:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="51.112.172.70:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="51.112.172.70:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="51.112.172.70:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="51.112.172.70:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="51.112.172.70:8641",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="51.112.172.70:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="51.112.172.70:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="51.112.172.70:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="51.112.172.70:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="51.112.172.70:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="51.112.172.70:8641",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="ofc_live",server="51.112.172.70:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} -0.000759 pg_stat_activity_max_tx_duration{application_name="CWRetail",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 529.792621 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="parallel worker",datname="ofc_live",server="51.112.172.70:8641",state="active",usename="postgres",wait_event="MessageQueueSend",wait_event_type="IPC"} 529.792621 pg_stat_activity_max_tx_duration{application_name="pgAdmin 4 - CONN:8172910",backend_type="client backend",datname="ofc_live",server="51.112.172.70:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="pgAdmin 4 - DB:postgres",backend_type="client backend",datname="postgres",server="51.112.172.70:8641",state="idle",usename="postgres",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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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="51.112.172.70:8641"} 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 6.71504046e+08 # HELP pg_stat_bgwriter_buffers_backend_fsync_total Number of times a backend had to execute its own fsync call (normally the background writer handles those even when the backend does its own write) # TYPE pg_stat_bgwriter_buffers_backend_fsync_total counter pg_stat_bgwriter_buffers_backend_fsync_total 0 # HELP pg_stat_bgwriter_buffers_backend_total Number of buffers written directly by a backend # TYPE pg_stat_bgwriter_buffers_backend_total counter pg_stat_bgwriter_buffers_backend_total 1.0063511e+07 # HELP pg_stat_bgwriter_buffers_checkpoint_total Number of buffers written during checkpoints # TYPE pg_stat_bgwriter_buffers_checkpoint_total counter pg_stat_bgwriter_buffers_checkpoint_total 1.0977738e+07 # 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 4.697951e+06 # HELP pg_stat_bgwriter_checkpoint_sync_time_total Total amount of time that has been spent in the portion of checkpoint processing where files are synchronized to disk, in milliseconds # TYPE pg_stat_bgwriter_checkpoint_sync_time_total counter pg_stat_bgwriter_checkpoint_sync_time_total 675835 # HELP pg_stat_bgwriter_checkpoint_write_time_total Total amount of time that has been spent in the portion of checkpoint processing where files are written to disk, in milliseconds # TYPE pg_stat_bgwriter_checkpoint_write_time_total counter pg_stat_bgwriter_checkpoint_write_time_total 1.101613351e+09 # HELP pg_stat_bgwriter_checkpoints_req_total Number of requested checkpoints that have been performed # TYPE pg_stat_bgwriter_checkpoints_req_total counter pg_stat_bgwriter_checkpoints_req_total 62 # HELP pg_stat_bgwriter_checkpoints_timed_total Number of scheduled checkpoints that have been performed # TYPE pg_stat_bgwriter_checkpoints_timed_total counter pg_stat_bgwriter_checkpoints_timed_total 16705 # 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 15332 # 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.761068523e+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 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="49263",datname="ofc_live"} 1.0232819797007e+07 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 10.761501 # 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="4",datname="template0"} 0 pg_stat_database_blk_read_time{datid="49263",datname="ofc_live"} 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="4",datname="template0"} 0 pg_stat_database_blk_write_time{datid="49263",datname="ofc_live"} 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"} 6.104033e+06 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="49263",datname="ofc_live"} 9.92351207944e+11 pg_stat_database_blks_hit{datid="5",datname="postgres"} 6.054718e+06 # 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"} 107861 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="49263",datname="ofc_live"} 3.43014932895e+11 pg_stat_database_blks_read{datid="5",datname="postgres"} 115002 # 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="4",datname="template0"} 0 pg_stat_database_conflicts{datid="49263",datname="ofc_live"} 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="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="4",datname="template0",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="49263",datname="ofc_live",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="5",datname="postgres",server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="4",datname="template0",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="49263",datname="ofc_live",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="5",datname="postgres",server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="4",datname="template0",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="49263",datname="ofc_live",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="5",datname="postgres",server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="4",datname="template0",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="49263",datname="ofc_live",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="5",datname="postgres",server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="4",datname="template0",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="49263",datname="ofc_live",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="5",datname="postgres",server="51.112.172.70:8641"} 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="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="4",datname="template0",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="49263",datname="ofc_live",server="51.112.172.70:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="5",datname="postgres",server="51.112.172.70:8641"} 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="4",datname="template0"} 0 pg_stat_database_deadlocks{datid="49263",datname="ofc_live"} 25 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="4",datname="template0"} 0 pg_stat_database_numbackends{datid="49263",datname="ofc_live"} 27 pg_stat_database_numbackends{datid="5",datname="postgres"} 1 # 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="4",datname="template0"} 0 pg_stat_database_stats_reset{datid="49263",datname="ofc_live"} 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="4",datname="template0"} 0 pg_stat_database_temp_bytes{datid="49263",datname="ofc_live"} 1.929253440302e+12 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="4",datname="template0"} 0 pg_stat_database_temp_files{datid="49263",datname="ofc_live"} 166622 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"} 34 pg_stat_database_tup_deleted{datid="4",datname="template0"} 0 pg_stat_database_tup_deleted{datid="49263",datname="ofc_live"} 2.181861e+06 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"} 1.206511e+06 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="49263",datname="ofc_live"} 2.0882200712e+10 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 1.209747e+06 # 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"} 17747 pg_stat_database_tup_inserted{datid="4",datname="template0"} 0 pg_stat_database_tup_inserted{datid="49263",datname="ofc_live"} 5.1503777e+07 pg_stat_database_tup_inserted{datid="5",datname="postgres"} 9 # 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"} 7.3711333e+07 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="49263",datname="ofc_live"} 2.968977737536e+13 pg_stat_database_tup_returned{datid="5",datname="postgres"} 7.3728026e+07 # 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"} 754 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="49263",datname="ofc_live"} 4.681277e+06 pg_stat_database_tup_updated{datid="5",datname="postgres"} 1 # 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"} 168057 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="49263",datname="ofc_live"} 8.1727474e+07 pg_stat_database_xact_commit{datid="5",datname="postgres"} 167988 # 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="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="49263",datname="ofc_live"} 68106 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 8 # HELP pg_stat_statements_block_read_seconds_total Total time the statement spent reading blocks, in seconds # TYPE pg_stat_statements_block_read_seconds_total counter pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-1037352060802356933",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-1159014576126893319",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-166259783331098935",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-1713282488999055784",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-1740791344676270613",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-1853091143017382253",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-1872599817181316041",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-1965528930017688066",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-2011670167508325030",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-216386663235217459",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-2188782585146341500",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-2345768548383994690",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-2565669271273608176",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-2833604628438032944",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-2865920120937356182",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-2915120647965793062",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-3029070933883318252",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-3249660902634383852",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-3270741447003473374",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-3367157200121976096",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-3510187652054994968",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-3551357917907742025",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-3790817908993808783",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-3825348643922101787",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-3891761630342906548",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-3910337513404333353",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-4368939220864708293",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-4721962249999050436",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-4794974213508234734",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-49683892059992676",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-5051881521104355444",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-5203599253703079622",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-5220953585829678363",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-5234922609707047531",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-5427620781486850798",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-5942245204112292715",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-5962887887741261916",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-5972144076589062121",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-6570368962300224027",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-6862767357123825815",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-7205542777775811377",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-7228512563720762996",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-729718205071087724",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-7390902673174426915",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-7515968657000963433",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-7717217617965633187",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-7776416795027842729",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-7811582187649286170",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-8082186328062055595",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-8087371818841628333",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-8519802430279343517",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-8908509920132914014",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="-8951071685699548722",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="1070282016797789247",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="1312805630286000020",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="1422733940526941972",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="1807646226971376322",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="1895043734232675097",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="1998400998931973215",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="2119139513314490756",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="249035801767546557",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="2554385375324905194",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="2773027959131073570",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="2817678896116743594",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="2941218302996900634",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="2989260259487203196",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="3004727345959832882",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="3084347613675430265",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="3310950096581602628",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="3341100156448775332",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="4080358430456382159",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="415829403728406217",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="4281305493454591222",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="4426139155296857050",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="4445720611880933962",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="4512387126462992270",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="5587400142816286274",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="5884581848597386682",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="6055696715973364677",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="6429192022470785394",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="6505179555121838766",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="6512050675747047997",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="6808120107270424603",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="6981117430996659827",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="71503031844414288",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="7173597133863840454",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="7228507636993979485",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="7291434830931951769",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="7307979016640891534",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="7503953367714232900",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="7561831835343569775",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="7752655682886596674",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="7877093867169825963",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="7894013060735863569",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="806632148627175757",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="8207445343163765616",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="8350704316700308652",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="8376555504086502979",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="8567582257744634235",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="ofc_live",queryid="86652858627285887",user="postgres"} 0 # HELP pg_stat_statements_block_write_seconds_total Total time the statement spent writing blocks, in seconds # TYPE pg_stat_statements_block_write_seconds_total counter pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-1037352060802356933",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-1159014576126893319",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-166259783331098935",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-1713282488999055784",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-1740791344676270613",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-1853091143017382253",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-1872599817181316041",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-1965528930017688066",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-2011670167508325030",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-216386663235217459",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-2188782585146341500",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-2345768548383994690",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-2565669271273608176",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-2833604628438032944",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-2865920120937356182",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-2915120647965793062",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-3029070933883318252",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-3249660902634383852",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-3270741447003473374",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-3367157200121976096",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-3510187652054994968",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-3551357917907742025",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-3790817908993808783",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-3825348643922101787",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-3891761630342906548",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-3910337513404333353",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-4368939220864708293",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-4721962249999050436",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-4794974213508234734",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-49683892059992676",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-5051881521104355444",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-5203599253703079622",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-5220953585829678363",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-5234922609707047531",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-5427620781486850798",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-5942245204112292715",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-5962887887741261916",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-5972144076589062121",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-6570368962300224027",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-6862767357123825815",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-7205542777775811377",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-7228512563720762996",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-729718205071087724",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-7390902673174426915",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-7515968657000963433",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-7717217617965633187",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-7776416795027842729",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-7811582187649286170",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-8082186328062055595",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-8087371818841628333",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-8519802430279343517",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-8908509920132914014",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="-8951071685699548722",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="1070282016797789247",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="1312805630286000020",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="1422733940526941972",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="1807646226971376322",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="1895043734232675097",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="1998400998931973215",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="2119139513314490756",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="249035801767546557",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="2554385375324905194",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="2773027959131073570",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="2817678896116743594",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="2941218302996900634",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="2989260259487203196",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="3004727345959832882",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="3084347613675430265",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="3310950096581602628",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="3341100156448775332",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="4080358430456382159",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="415829403728406217",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="4281305493454591222",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="4426139155296857050",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="4445720611880933962",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="4512387126462992270",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="5587400142816286274",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="5884581848597386682",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="6055696715973364677",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="6429192022470785394",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="6505179555121838766",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="6512050675747047997",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="6808120107270424603",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="6981117430996659827",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="71503031844414288",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="7173597133863840454",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="7228507636993979485",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="7291434830931951769",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="7307979016640891534",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="7503953367714232900",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="7561831835343569775",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="7752655682886596674",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="7877093867169825963",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="7894013060735863569",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="806632148627175757",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="8207445343163765616",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="8350704316700308652",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="8376555504086502979",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="8567582257744634235",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="ofc_live",queryid="86652858627285887",user="postgres"} 0 # HELP pg_stat_statements_calls_total Number of times executed # TYPE pg_stat_statements_calls_total counter pg_stat_statements_calls_total{datname="ofc_live",queryid="-1037352060802356933",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1159014576126893319",user="postgres"} 97 pg_stat_statements_calls_total{datname="ofc_live",queryid="-166259783331098935",user="postgres"} 159 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1713282488999055784",user="postgres"} 4302 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1740791344676270613",user="postgres"} 8794 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1853091143017382253",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1872599817181316041",user="postgres"} 2362 pg_stat_statements_calls_total{datname="ofc_live",queryid="-1965528930017688066",user="postgres"} 97216 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2011670167508325030",user="postgres"} 19028 pg_stat_statements_calls_total{datname="ofc_live",queryid="-216386663235217459",user="postgres"} 194 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2188782585146341500",user="postgres"} 72200 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2345768548383994690",user="postgres"} 54 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2565669271273608176",user="postgres"} 85919 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2833604628438032944",user="postgres"} 8073 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2865920120937356182",user="postgres"} 305302 pg_stat_statements_calls_total{datname="ofc_live",queryid="-2915120647965793062",user="postgres"} 194 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3029070933883318252",user="postgres"} 276 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3249660902634383852",user="postgres"} 15606 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3270741447003473374",user="postgres"} 37066 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3367157200121976096",user="postgres"} 15469 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3510187652054994968",user="postgres"} 1.500036e+06 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3551357917907742025",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3790817908993808783",user="postgres"} 190 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3825348643922101787",user="postgres"} 27760 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3891761630342906548",user="postgres"} 71325 pg_stat_statements_calls_total{datname="ofc_live",queryid="-3910337513404333353",user="postgres"} 1.500036e+06 pg_stat_statements_calls_total{datname="ofc_live",queryid="-4368939220864708293",user="postgres"} 85919 pg_stat_statements_calls_total{datname="ofc_live",queryid="-4721962249999050436",user="postgres"} 1229 pg_stat_statements_calls_total{datname="ofc_live",queryid="-4794974213508234734",user="postgres"} 74 pg_stat_statements_calls_total{datname="ofc_live",queryid="-49683892059992676",user="postgres"} 1030 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5051881521104355444",user="postgres"} 205 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5203599253703079622",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5220953585829678363",user="postgres"} 135 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5234922609707047531",user="postgres"} 6334 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5427620781486850798",user="postgres"} 4671 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5942245204112292715",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5962887887741261916",user="postgres"} 274 pg_stat_statements_calls_total{datname="ofc_live",queryid="-5972144076589062121",user="postgres"} 23052 pg_stat_statements_calls_total{datname="ofc_live",queryid="-6570368962300224027",user="postgres"} 458 pg_stat_statements_calls_total{datname="ofc_live",queryid="-6862767357123825815",user="postgres"} 798888 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7205542777775811377",user="postgres"} 189233 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7228512563720762996",user="postgres"} 143561 pg_stat_statements_calls_total{datname="ofc_live",queryid="-729718205071087724",user="postgres"} 107 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7390902673174426915",user="postgres"} 85918 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7515968657000963433",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7717217617965633187",user="postgres"} 276 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7776416795027842729",user="postgres"} 194 pg_stat_statements_calls_total{datname="ofc_live",queryid="-7811582187649286170",user="postgres"} 21574 pg_stat_statements_calls_total{datname="ofc_live",queryid="-8082186328062055595",user="postgres"} 14166 pg_stat_statements_calls_total{datname="ofc_live",queryid="-8087371818841628333",user="postgres"} 701 pg_stat_statements_calls_total{datname="ofc_live",queryid="-8519802430279343517",user="postgres"} 767 pg_stat_statements_calls_total{datname="ofc_live",queryid="-8908509920132914014",user="postgres"} 457 pg_stat_statements_calls_total{datname="ofc_live",queryid="-8951071685699548722",user="postgres"} 2826 pg_stat_statements_calls_total{datname="ofc_live",queryid="1070282016797789247",user="postgres"} 136101 pg_stat_statements_calls_total{datname="ofc_live",queryid="1312805630286000020",user="postgres"} 72611 pg_stat_statements_calls_total{datname="ofc_live",queryid="1422733940526941972",user="postgres"} 275 pg_stat_statements_calls_total{datname="ofc_live",queryid="1807646226971376322",user="postgres"} 134920 pg_stat_statements_calls_total{datname="ofc_live",queryid="1895043734232675097",user="postgres"} 273 pg_stat_statements_calls_total{datname="ofc_live",queryid="1998400998931973215",user="postgres"} 864609 pg_stat_statements_calls_total{datname="ofc_live",queryid="2119139513314490756",user="postgres"} 229 pg_stat_statements_calls_total{datname="ofc_live",queryid="249035801767546557",user="postgres"} 1800 pg_stat_statements_calls_total{datname="ofc_live",queryid="2554385375324905194",user="postgres"} 644777 pg_stat_statements_calls_total{datname="ofc_live",queryid="2773027959131073570",user="postgres"} 1171 pg_stat_statements_calls_total{datname="ofc_live",queryid="2817678896116743594",user="postgres"} 262 pg_stat_statements_calls_total{datname="ofc_live",queryid="2941218302996900634",user="postgres"} 97 pg_stat_statements_calls_total{datname="ofc_live",queryid="2989260259487203196",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="3004727345959832882",user="postgres"} 1178 pg_stat_statements_calls_total{datname="ofc_live",queryid="3084347613675430265",user="postgres"} 25292 pg_stat_statements_calls_total{datname="ofc_live",queryid="3310950096581602628",user="postgres"} 35 pg_stat_statements_calls_total{datname="ofc_live",queryid="3341100156448775332",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="4080358430456382159",user="postgres"} 137156 pg_stat_statements_calls_total{datname="ofc_live",queryid="415829403728406217",user="postgres"} 2378 pg_stat_statements_calls_total{datname="ofc_live",queryid="4281305493454591222",user="postgres"} 137143 pg_stat_statements_calls_total{datname="ofc_live",queryid="4426139155296857050",user="postgres"} 235 pg_stat_statements_calls_total{datname="ofc_live",queryid="4445720611880933962",user="postgres"} 128301 pg_stat_statements_calls_total{datname="ofc_live",queryid="4512387126462992270",user="postgres"} 6852 pg_stat_statements_calls_total{datname="ofc_live",queryid="5587400142816286274",user="postgres"} 304159 pg_stat_statements_calls_total{datname="ofc_live",queryid="5884581848597386682",user="postgres"} 194 pg_stat_statements_calls_total{datname="ofc_live",queryid="6055696715973364677",user="postgres"} 143964 pg_stat_statements_calls_total{datname="ofc_live",queryid="6429192022470785394",user="postgres"} 137153 pg_stat_statements_calls_total{datname="ofc_live",queryid="6505179555121838766",user="postgres"} 10383 pg_stat_statements_calls_total{datname="ofc_live",queryid="6512050675747047997",user="postgres"} 96 pg_stat_statements_calls_total{datname="ofc_live",queryid="6808120107270424603",user="postgres"} 34638 pg_stat_statements_calls_total{datname="ofc_live",queryid="6981117430996659827",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="71503031844414288",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="7173597133863840454",user="postgres"} 276052 pg_stat_statements_calls_total{datname="ofc_live",queryid="7228507636993979485",user="postgres"} 34557 pg_stat_statements_calls_total{datname="ofc_live",queryid="7291434830931951769",user="postgres"} 194 pg_stat_statements_calls_total{datname="ofc_live",queryid="7307979016640891534",user="postgres"} 401 pg_stat_statements_calls_total{datname="ofc_live",queryid="7503953367714232900",user="postgres"} 112 pg_stat_statements_calls_total{datname="ofc_live",queryid="7561831835343569775",user="postgres"} 11140 pg_stat_statements_calls_total{datname="ofc_live",queryid="7752655682886596674",user="postgres"} 111 pg_stat_statements_calls_total{datname="ofc_live",queryid="7877093867169825963",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="7894013060735863569",user="postgres"} 1669 pg_stat_statements_calls_total{datname="ofc_live",queryid="806632148627175757",user="postgres"} 194 pg_stat_statements_calls_total{datname="ofc_live",queryid="8207445343163765616",user="postgres"} 343675 pg_stat_statements_calls_total{datname="ofc_live",queryid="8350704316700308652",user="postgres"} 28612 pg_stat_statements_calls_total{datname="ofc_live",queryid="8376555504086502979",user="postgres"} 1.500036e+06 pg_stat_statements_calls_total{datname="ofc_live",queryid="8567582257744634235",user="postgres"} 51 pg_stat_statements_calls_total{datname="ofc_live",queryid="86652858627285887",user="postgres"} 51 # HELP pg_stat_statements_rows_total Total number of rows retrieved or affected by the statement # TYPE pg_stat_statements_rows_total counter pg_stat_statements_rows_total{datname="ofc_live",queryid="-1037352060802356933",user="postgres"} 1.48026471e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1159014576126893319",user="postgres"} 314568 pg_stat_statements_rows_total{datname="ofc_live",queryid="-166259783331098935",user="postgres"} 176924 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1713282488999055784",user="postgres"} 3.439686e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1740791344676270613",user="postgres"} 59673 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1853091143017382253",user="postgres"} 3.12376669e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1872599817181316041",user="postgres"} 2362 pg_stat_statements_rows_total{datname="ofc_live",queryid="-1965528930017688066",user="postgres"} 97216 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2011670167508325030",user="postgres"} 3612 pg_stat_statements_rows_total{datname="ofc_live",queryid="-216386663235217459",user="postgres"} 194 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2188782585146341500",user="postgres"} 72931 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2345768548383994690",user="postgres"} 1700 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2565669271273608176",user="postgres"} 1.12060581e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2833604628438032944",user="postgres"} 29915 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2865920120937356182",user="postgres"} 162229 pg_stat_statements_rows_total{datname="ofc_live",queryid="-2915120647965793062",user="postgres"} 1940 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3029070933883318252",user="postgres"} 2760 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3249660902634383852",user="postgres"} 15606 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3270741447003473374",user="postgres"} 852 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3367157200121976096",user="postgres"} 11857 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3510187652054994968",user="postgres"} 5.85495e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3551357917907742025",user="postgres"} 5.3176117e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3790817908993808783",user="postgres"} 53989 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3825348643922101787",user="postgres"} 1.517628e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3891761630342906548",user="postgres"} 72044 pg_stat_statements_rows_total{datname="ofc_live",queryid="-3910337513404333353",user="postgres"} 1.460091e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="-4368939220864708293",user="postgres"} 8.591754e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="-4721962249999050436",user="postgres"} 11556 pg_stat_statements_rows_total{datname="ofc_live",queryid="-4794974213508234734",user="postgres"} 352669 pg_stat_statements_rows_total{datname="ofc_live",queryid="-49683892059992676",user="postgres"} 103000 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5051881521104355444",user="postgres"} 20500 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5203599253703079622",user="postgres"} 5.1663604e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5220953585829678363",user="postgres"} 38721 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5234922609707047531",user="postgres"} 6334 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5427620781486850798",user="postgres"} 4671 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5942245204112292715",user="postgres"} 7.4207552e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5962887887741261916",user="postgres"} 2740 pg_stat_statements_rows_total{datname="ofc_live",queryid="-5972144076589062121",user="postgres"} 23052 pg_stat_statements_rows_total{datname="ofc_live",queryid="-6570368962300224027",user="postgres"} 45800 pg_stat_statements_rows_total{datname="ofc_live",queryid="-6862767357123825815",user="postgres"} 798888 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7205542777775811377",user="postgres"} 189233 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7228512563720762996",user="postgres"} 143561 pg_stat_statements_rows_total{datname="ofc_live",queryid="-729718205071087724",user="postgres"} 509380 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7390902673174426915",user="postgres"} 1.12059271e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7515968657000963433",user="postgres"} 4.25243538e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7717217617965633187",user="postgres"} 2760 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7776416795027842729",user="postgres"} 19400 pg_stat_statements_rows_total{datname="ofc_live",queryid="-7811582187649286170",user="postgres"} 2558 pg_stat_statements_rows_total{datname="ofc_live",queryid="-8082186328062055595",user="postgres"} 555728 pg_stat_statements_rows_total{datname="ofc_live",queryid="-8087371818841628333",user="postgres"} 4004 pg_stat_statements_rows_total{datname="ofc_live",queryid="-8519802430279343517",user="postgres"} 76700 pg_stat_statements_rows_total{datname="ofc_live",queryid="-8908509920132914014",user="postgres"} 2591 pg_stat_statements_rows_total{datname="ofc_live",queryid="-8951071685699548722",user="postgres"} 282600 pg_stat_statements_rows_total{datname="ofc_live",queryid="1070282016797789247",user="postgres"} 37918 pg_stat_statements_rows_total{datname="ofc_live",queryid="1312805630286000020",user="postgres"} 72592 pg_stat_statements_rows_total{datname="ofc_live",queryid="1422733940526941972",user="postgres"} 275 pg_stat_statements_rows_total{datname="ofc_live",queryid="1807646226971376322",user="postgres"} 134920 pg_stat_statements_rows_total{datname="ofc_live",queryid="1895043734232675097",user="postgres"} 2730 pg_stat_statements_rows_total{datname="ofc_live",queryid="1998400998931973215",user="postgres"} 864609 pg_stat_statements_rows_total{datname="ofc_live",queryid="2119139513314490756",user="postgres"} 9708 pg_stat_statements_rows_total{datname="ofc_live",queryid="249035801767546557",user="postgres"} 13213 pg_stat_statements_rows_total{datname="ofc_live",queryid="2554385375324905194",user="postgres"} 644777 pg_stat_statements_rows_total{datname="ofc_live",queryid="2773027959131073570",user="postgres"} 31966 pg_stat_statements_rows_total{datname="ofc_live",queryid="2817678896116743594",user="postgres"} 74799 pg_stat_statements_rows_total{datname="ofc_live",queryid="2941218302996900634",user="postgres"} 314639 pg_stat_statements_rows_total{datname="ofc_live",queryid="2989260259487203196",user="postgres"} 3.12375536e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="3004727345959832882",user="postgres"} 1004 pg_stat_statements_rows_total{datname="ofc_live",queryid="3084347613675430265",user="postgres"} 25292 pg_stat_statements_rows_total{datname="ofc_live",queryid="3310950096581602628",user="postgres"} 3.8193671e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="3341100156448775332",user="postgres"} 1.04082415e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="4080358430456382159",user="postgres"} 137156 pg_stat_statements_rows_total{datname="ofc_live",queryid="415829403728406217",user="postgres"} 2370 pg_stat_statements_rows_total{datname="ofc_live",queryid="4281305493454591222",user="postgres"} 137143 pg_stat_statements_rows_total{datname="ofc_live",queryid="4426139155296857050",user="postgres"} 11750 pg_stat_statements_rows_total{datname="ofc_live",queryid="4445720611880933962",user="postgres"} 128301 pg_stat_statements_rows_total{datname="ofc_live",queryid="4512387126462992270",user="postgres"} 6852 pg_stat_statements_rows_total{datname="ofc_live",queryid="5587400142816286274",user="postgres"} 1.3452277e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="5884581848597386682",user="postgres"} 1940 pg_stat_statements_rows_total{datname="ofc_live",queryid="6055696715973364677",user="postgres"} 143964 pg_stat_statements_rows_total{datname="ofc_live",queryid="6429192022470785394",user="postgres"} 137153 pg_stat_statements_rows_total{datname="ofc_live",queryid="6505179555121838766",user="postgres"} 63952 pg_stat_statements_rows_total{datname="ofc_live",queryid="6512050675747047997",user="postgres"} 27485 pg_stat_statements_rows_total{datname="ofc_live",queryid="6808120107270424603",user="postgres"} 34638 pg_stat_statements_rows_total{datname="ofc_live",queryid="6981117430996659827",user="postgres"} 5.5067664e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="71503031844414288",user="postgres"} 5.3730853e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="7173597133863840454",user="postgres"} 21646 pg_stat_statements_rows_total{datname="ofc_live",queryid="7228507636993979485",user="postgres"} 7.774189e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="7291434830931951769",user="postgres"} 1940 pg_stat_statements_rows_total{datname="ofc_live",queryid="7307979016640891534",user="postgres"} 2195 pg_stat_statements_rows_total{datname="ofc_live",queryid="7503953367714232900",user="postgres"} 1.460345e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="7561831835343569775",user="postgres"} 11071 pg_stat_statements_rows_total{datname="ofc_live",queryid="7752655682886596674",user="postgres"} 102 pg_stat_statements_rows_total{datname="ofc_live",queryid="7877093867169825963",user="postgres"} 5.3654047e+07 pg_stat_statements_rows_total{datname="ofc_live",queryid="7894013060735863569",user="postgres"} 18685 pg_stat_statements_rows_total{datname="ofc_live",queryid="806632148627175757",user="postgres"} 1940 pg_stat_statements_rows_total{datname="ofc_live",queryid="8207445343163765616",user="postgres"} 343675 pg_stat_statements_rows_total{datname="ofc_live",queryid="8350704316700308652",user="postgres"} 20212 pg_stat_statements_rows_total{datname="ofc_live",queryid="8376555504086502979",user="postgres"} 2.410554e+06 pg_stat_statements_rows_total{datname="ofc_live",queryid="8567582257744634235",user="postgres"} 1.09108693e+08 pg_stat_statements_rows_total{datname="ofc_live",queryid="86652858627285887",user="postgres"} 1.53733602e+08 # HELP pg_stat_statements_seconds_total Total time spent in the statement, in seconds # TYPE pg_stat_statements_seconds_total counter pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1037352060802356933",user="postgres"} 912.7312305770001 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1159014576126893319",user="postgres"} 952.1766628629998 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-166259783331098935",user="postgres"} 2676.5336827200013 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1713282488999055784",user="postgres"} 71550.55536973108 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1740791344676270613",user="postgres"} 9102.765584593035 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1853091143017382253",user="postgres"} 3529.2277217089995 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1872599817181316041",user="postgres"} 1580.0947386059993 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-1965528930017688066",user="postgres"} 825.299760336999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2011670167508325030",user="postgres"} 790.2938069900038 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-216386663235217459",user="postgres"} 1077.1042708690002 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2188782585146341500",user="postgres"} 796.6904004290012 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2345768548383994690",user="postgres"} 506.1032968559999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2565669271273608176",user="postgres"} 1615.3378527020088 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2833604628438032944",user="postgres"} 2092.3255523359953 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2865920120937356182",user="postgres"} 5.611380125092776e+06 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-2915120647965793062",user="postgres"} 2591.2939309440007 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3029070933883318252",user="postgres"} 932.6618301699998 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3249660902634383852",user="postgres"} 980.4017225179999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3270741447003473374",user="postgres"} 2620.0497175820137 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3367157200121976096",user="postgres"} 9012.419736293035 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3510187652054994968",user="postgres"} 4261.149665032808 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3551357917907742025",user="postgres"} 7030.094812442002 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3790817908993808783",user="postgres"} 2027.4423467410018 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3825348643922101787",user="postgres"} 3138.4958570890035 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3891761630342906548",user="postgres"} 787.0794704130002 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-3910337513404333353",user="postgres"} 1312.0848501640053 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-4368939220864708293",user="postgres"} 4310.089443034011 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-4721962249999050436",user="postgres"} 1190.9546997849995 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-4794974213508234734",user="postgres"} 1815.9725303409996 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-49683892059992676",user="postgres"} 3505.1858294639965 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5051881521104355444",user="postgres"} 668.8390982619997 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5203599253703079622",user="postgres"} 5957.9060764920005 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5220953585829678363",user="postgres"} 1457.1210107339996 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5234922609707047531",user="postgres"} 1397.4620994829984 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5427620781486850798",user="postgres"} 880.9852506759994 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5942245204112292715",user="postgres"} 519.440401847 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5962887887741261916",user="postgres"} 3514.533246748001 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-5972144076589062121",user="postgres"} 29218.091986040992 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-6570368962300224027",user="postgres"} 1823.0399139959982 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-6862767357123825815",user="postgres"} 2.0385856203970395e+06 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7205542777775811377",user="postgres"} 49978.24371093664 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7228512563720762996",user="postgres"} 580.6915980530036 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-729718205071087724",user="postgres"} 2778.719871113 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7390902673174426915",user="postgres"} 30830.385524895566 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7515968657000963433",user="postgres"} 7959.779285882001 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7717217617965633187",user="postgres"} 3228.7630161190013 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7776416795027842729",user="postgres"} 870.6649576199998 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-7811582187649286170",user="postgres"} 883.0137809969993 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-8082186328062055595",user="postgres"} 6396.71132735202 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-8087371818841628333",user="postgres"} 930.9759834899995 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-8519802430279343517",user="postgres"} 2640.0353626790056 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-8908509920132914014",user="postgres"} 623.1486342989999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="-8951071685699548722",user="postgres"} 10380.062022917 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1070282016797789247",user="postgres"} 6797.9036976149455 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1312805630286000020",user="postgres"} 328420.2353262386 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1422733940526941972",user="postgres"} 886.9481972420001 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1807646226971376322",user="postgres"} 1728.200280138008 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1895043734232675097",user="postgres"} 3413.4110967250003 pg_stat_statements_seconds_total{datname="ofc_live",queryid="1998400998931973215",user="postgres"} 3459.804214524911 pg_stat_statements_seconds_total{datname="ofc_live",queryid="2119139513314490756",user="postgres"} 1318.349961551999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="249035801767546557",user="postgres"} 2689.5544863799946 pg_stat_statements_seconds_total{datname="ofc_live",queryid="2554385375324905194",user="postgres"} 1519.471683547951 pg_stat_statements_seconds_total{datname="ofc_live",queryid="2773027959131073570",user="postgres"} 833.3009652189997 pg_stat_statements_seconds_total{datname="ofc_live",queryid="2817678896116743594",user="postgres"} 2565.156967864 pg_stat_statements_seconds_total{datname="ofc_live",queryid="2941218302996900634",user="postgres"} 1116.6145546160005 pg_stat_statements_seconds_total{datname="ofc_live",queryid="2989260259487203196",user="postgres"} 2092.525897835 pg_stat_statements_seconds_total{datname="ofc_live",queryid="3004727345959832882",user="postgres"} 1321.4129712489973 pg_stat_statements_seconds_total{datname="ofc_live",queryid="3084347613675430265",user="postgres"} 1848.0564496199977 pg_stat_statements_seconds_total{datname="ofc_live",queryid="3310950096581602628",user="postgres"} 660.9347231680001 pg_stat_statements_seconds_total{datname="ofc_live",queryid="3341100156448775332",user="postgres"} 1012.3643530600001 pg_stat_statements_seconds_total{datname="ofc_live",queryid="4080358430456382159",user="postgres"} 476534.31949180935 pg_stat_statements_seconds_total{datname="ofc_live",queryid="415829403728406217",user="postgres"} 1176.3251227579997 pg_stat_statements_seconds_total{datname="ofc_live",queryid="4281305493454591222",user="postgres"} 59765.71260190625 pg_stat_statements_seconds_total{datname="ofc_live",queryid="4426139155296857050",user="postgres"} 661.6981313959996 pg_stat_statements_seconds_total{datname="ofc_live",queryid="4445720611880933962",user="postgres"} 738.0004690659977 pg_stat_statements_seconds_total{datname="ofc_live",queryid="4512387126462992270",user="postgres"} 561.6901188659995 pg_stat_statements_seconds_total{datname="ofc_live",queryid="5587400142816286274",user="postgres"} 41940.50183189981 pg_stat_statements_seconds_total{datname="ofc_live",queryid="5884581848597386682",user="postgres"} 3236.337377813997 pg_stat_statements_seconds_total{datname="ofc_live",queryid="6055696715973364677",user="postgres"} 350935.67860647885 pg_stat_statements_seconds_total{datname="ofc_live",queryid="6429192022470785394",user="postgres"} 591.2972169309936 pg_stat_statements_seconds_total{datname="ofc_live",queryid="6505179555121838766",user="postgres"} 581.7090997569971 pg_stat_statements_seconds_total{datname="ofc_live",queryid="6512050675747047997",user="postgres"} 1178.0154321660002 pg_stat_statements_seconds_total{datname="ofc_live",queryid="6808120107270424603",user="postgres"} 6634.058158207981 pg_stat_statements_seconds_total{datname="ofc_live",queryid="6981117430996659827",user="postgres"} 469.6366335139999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="71503031844414288",user="postgres"} 481.3397169870001 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7173597133863840454",user="postgres"} 81766.72908865778 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7228507636993979485",user="postgres"} 96311.84333514758 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7291434830931951769",user="postgres"} 3146.845593828999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7307979016640891534",user="postgres"} 646.7022270029996 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7503953367714232900",user="postgres"} 489.8434515760001 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7561831835343569775",user="postgres"} 16578.599830569947 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7752655682886596674",user="postgres"} 614.2463562579999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7877093867169825963",user="postgres"} 561.8798738840001 pg_stat_statements_seconds_total{datname="ofc_live",queryid="7894013060735863569",user="postgres"} 5502.878440871997 pg_stat_statements_seconds_total{datname="ofc_live",queryid="806632148627175757",user="postgres"} 2826.409236240999 pg_stat_statements_seconds_total{datname="ofc_live",queryid="8207445343163765616",user="postgres"} 1506.4211588469607 pg_stat_statements_seconds_total{datname="ofc_live",queryid="8350704316700308652",user="postgres"} 728.484279608001 pg_stat_statements_seconds_total{datname="ofc_live",queryid="8376555504086502979",user="postgres"} 7148.629496691098 pg_stat_statements_seconds_total{datname="ofc_live",queryid="8567582257744634235",user="postgres"} 760.4799333340002 pg_stat_statements_seconds_total{datname="ofc_live",queryid="86652858627285887",user="postgres"} 833.886865914 # HELP pg_stat_user_tables_analyze_count Number of times this table has been manually analyzed # TYPE pg_stat_user_tables_analyze_count counter pg_stat_user_tables_analyze_count{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_autoanalyze_count Number of times this table has been analyzed by the autovacuum daemon # TYPE pg_stat_user_tables_autoanalyze_count counter pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="b2c_customer",schemaname="public"} 27 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="brand",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_alert",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 28 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_bunit",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_import_template",schemaname="public"} 14 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_menu",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 28 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 27 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process_access",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process_run",schemaname="public"} 20 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 28 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 28 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_region",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_releases",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_report",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_report_access",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 29 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_role",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_sequence",schemaname="public"} 2777 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 28 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 76 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 28 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_window",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_window_access",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_window_process",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 34 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_order",schemaname="public"} 236 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 43 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 34 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 141 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 4360 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 24 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_till",schemaname="public"} 3383 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 29 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 84 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_receipt",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="fin_transactions",schemaname="public"} 54 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 32 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 288 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 17 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_category",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_shipment",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_stock",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_storagebin",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transaction",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 11 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 54 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 28 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_productprice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 20894 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_invoice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_order",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_order_meta",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_orderline",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_ordertax",schemaname="public"} 24 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_productprice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_autovacuum_count Number of times this table has been vacuumed by the autovacuum daemon # TYPE pg_stat_user_tables_autovacuum_count counter pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="b2c_customer",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="brand",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_alert",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 40 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_import_template",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 37 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 44 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_process_run",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 40 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 40 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_releases",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 44 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_role",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_sequence",schemaname="public"} 43 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 46 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 13 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 29 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 46 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_order",schemaname="public"} 31 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 44 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 1933 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_till",schemaname="public"} 1534 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_receipt",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="fin_transactions",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 9 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product",schemaname="public"} 10 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_category",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_shipment",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_stock",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transaction",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_productprice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 34071 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_invoice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_order",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_order_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_orderline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_ordertax",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_productprice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_idx_scan Number of index scans initiated on this table # TYPE pg_stat_user_tables_idx_scan counter pg_stat_user_tables_idx_scan{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="b2c_customer",schemaname="public"} 1.087559e+07 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 3103 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="brand",schemaname="public"} 4.48545e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 17 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 11997 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_email_template",schemaname="public"} 531 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 362590 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_app_access",schemaname="public"} 725 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 977 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 345 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_bunit",schemaname="public"} 2.0868299e+08 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_city",schemaname="public"} 3.831575e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 308 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 20 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_country",schemaname="public"} 82644 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_division",schemaname="public"} 46245 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_doctype",schemaname="public"} 16 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_import_template",schemaname="public"} 1208 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 71 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 12925 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 1709 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_integrations",schemaname="public"} 1820 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 5917 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 5497 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 61146 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_module",schemaname="public"} 7202 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 305 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 24 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 337 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 1052 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_process",schemaname="public"} 8589 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_process_access",schemaname="public"} 14029 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_process_run",schemaname="public"} 29638 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 72190 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 290 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 15776 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_region",schemaname="public"} 3.055714e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_releases",schemaname="public"} 941 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_report",schemaname="public"} 135454 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_report_access",schemaname="public"} 13328 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 24001 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 2.922635e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_role",schemaname="public"} 186077 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 23 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 47230 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 1232 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_uom",schemaname="public"} 14152 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user",schemaname="public"} 2.8326306e+07 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_access",schemaname="public"} 8 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 32536 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 46 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 4366 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_window",schemaname="public"} 4.741572e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_window_access",schemaname="public"} 97942 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_window_process",schemaname="public"} 15 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 200449 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_channel",schemaname="public"} 1.380931e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_order",schemaname="public"} 281841 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 728 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 53820 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_collection",schemaname="public"} 41334 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 6.307027e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 2600 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 164406 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 25692 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 3.0800294e+07 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 11790 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 11997 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 36102 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 19 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 176 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 13774 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 73313 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 1.486664e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 47154 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 5.422108e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 505 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 263 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 12519 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 130028 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 581 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 81 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 462889 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 71898 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 223315 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 166345 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 586603 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_till",schemaname="public"} 7.45566e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 33 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 10248 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 1.081566e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 628 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 83868 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 86218 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 108239 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 5422 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 61146 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_account",schemaname="public"} 82665 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_calendar",schemaname="public"} 46245 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 34566 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 41334 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 41334 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 351440 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_receipt",schemaname="public"} 194730 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 35635 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 2.103353e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 1.597414e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="fin_transactions",schemaname="public"} 6896 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 796 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="hsncode",schemaname="public"} 3.5928228e+07 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 12273 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 47 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 557 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 2589 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_batch",schemaname="public"} 3.6145678e+07 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_batch_group",schemaname="public"} 41334 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 10072 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 3.6123822e+07 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 6 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 134920 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 1.599013e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 139111 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 6410 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 1.599015e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 1.59262e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 2.106907e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product",schemaname="public"} 7.3246871e+07 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_bom",schemaname="public"} 8 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_category",schemaname="public"} 4.755123e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_group",schemaname="public"} 2.0913984e+07 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 2.121763e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_shipment",schemaname="public"} 35 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 17 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_stock",schemaname="public"} 3.6083704e+07 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_storage_group",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_storagebin",schemaname="public"} 1.80387498e+08 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 13 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_trackertype",schemaname="public"} 41334 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transaction",schemaname="public"} 3358 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_warehouse",schemaname="public"} 114 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 7 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 298 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 3.936909e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 32167 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 14688 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 17 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 7276 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_invoice",schemaname="public"} 14500 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_order",schemaname="public"} 3103 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_orderline",schemaname="public"} 168 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_productprice",schemaname="public"} 703 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_supplier",schemaname="public"} 128913 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 114 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_customer",schemaname="public"} 58099 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 34 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_invoice",schemaname="public"} 2719 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 43 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_order",schemaname="public"} 1.65356049e+09 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_order_meta",schemaname="public"} 278263 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_orderline",schemaname="public"} 1.71352111e+08 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 45 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_pricelist",schemaname="public"} 44612 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 401 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_productprice",schemaname="public"} 4.9063011e+07 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_route_plan",schemaname="public"} 17 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_salesrep",schemaname="public"} 3.826613e+06 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_survey_template",schemaname="public"} 44 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_idx_tup_fetch Number of live rows fetched by index scans # TYPE pg_stat_user_tables_idx_tup_fetch counter pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="b2c_customer",schemaname="public"} 1.0812196e+07 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="brand",schemaname="public"} 1.829204e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 362501 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_app_access",schemaname="public"} 724 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 960 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 345 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_bunit",schemaname="public"} 2.08046802e+08 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_city",schemaname="public"} 3.675151e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 872 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_country",schemaname="public"} 38084 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_doctype",schemaname="public"} 150 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_import_template",schemaname="public"} 1171 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 71 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 1045 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_integrations",schemaname="public"} 1216 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 5551 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 5197 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_module",schemaname="public"} 7183 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 521 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 755 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_process",schemaname="public"} 8537 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_process_access",schemaname="public"} 14500 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_process_run",schemaname="public"} 29498 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 72095 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 288 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 15614 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_releases",schemaname="public"} 941 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_report",schemaname="public"} 6727 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_report_access",schemaname="public"} 10359 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 23909 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_role",schemaname="public"} 130473 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 23 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 46906 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 1232 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_uom",schemaname="public"} 14152 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user",schemaname="public"} 2.7831293e+07 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_access",schemaname="public"} 7 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 32536 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 45 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 4339 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_window",schemaname="public"} 74846 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_window_access",schemaname="public"} 313328 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_window_process",schemaname="public"} 11 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 200281 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_order",schemaname="public"} 281517 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 50 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 53820 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 6.185536e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 2534 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 36047 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 19 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 176 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 12740 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 73310 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 1.384391e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 263 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 12214 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 1.8286702e+07 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 81 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 462761 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 46661 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 156483 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 492438 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_till",schemaname="public"} 7.315288e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 33 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 10248 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 1.017018e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 613 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 68144 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 88812 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 5422 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 33985 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 341231 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_receipt",schemaname="public"} 234633 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 29184 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 1.529429e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 1.135715e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="fin_transactions",schemaname="public"} 6896 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 6733 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 831 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 47 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 557 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 595 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 5 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 89732 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 139111 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 5.303422e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 1.143444e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product",schemaname="public"} 7.1443346e+07 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_bom",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_category",schemaname="public"} 2.530982e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_stock",schemaname="public"} 1.8038759e+08 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_storagebin",schemaname="public"} 1.80387498e+08 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transaction",schemaname="public"} 2417 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_warehouse",schemaname="public"} 114 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 191 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 3.935986e+06 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 11676 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 1476 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 7172 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_productprice",schemaname="public"} 685 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 34 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_customer",schemaname="public"} 26904 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_order",schemaname="public"} 3.081360745e+09 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_order_meta",schemaname="public"} 576737 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_orderline",schemaname="public"} 9.7265362e+08 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 44 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_pricelist",schemaname="public"} 11487 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_productprice",schemaname="public"} 8.4238429e+07 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_route_plan",schemaname="public"} 16 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_index_size_bytes Total disk space used by this index, in bytes # TYPE pg_stat_user_tables_index_size_bytes gauge pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="api_key",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="b2c_customer",schemaname="public"} 5.308416e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 761856 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="brand",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="c_region",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 6.139904e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cdr_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_airticket",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_breaks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_candidates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_course",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_course_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_course_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_delegation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_department",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_dependants",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_eos",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_exemption",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_formula",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_holiday",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_id_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_incentive",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_interviews",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_job_application",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_job_description",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_job_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_kra",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_la_org",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_letter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_management_level",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_nationality",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_passport",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_payslab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_period",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_position_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_provision",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_resignation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_retropay",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_section_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_shift",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_slab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_slabline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_tour",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_training_question",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_weekends",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_work_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="chr_year",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="commerce_cart",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_contact",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_email_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_lead",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_sale",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_seglist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_social_post",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_stream",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_webinar",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_alert",schemaname="public"} 2.924544e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_announcement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_app_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_bunit",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_city",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_client",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_country",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_currency",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_datasource",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_doctype",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_favourites",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_file",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_import_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 6.504448e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_integrations",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_language",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_menu",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_messages",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 106496 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_module",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_print_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_access",schemaname="public"} 180224 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_log",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_run",schemaname="public"} 1.982464e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 106496 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_window",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 147456 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 3.2768e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_region",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_releases",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_report",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_report_access",schemaname="public"} 196608 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_role",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_role_application",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_sequence",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 2.359296e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 262144 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_tax",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_timezone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_uom",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 2.94912e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user_session",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_views",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_window",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_window_access",schemaname="public"} 245760 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_window_process",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 155648 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_company",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_order",schemaname="public"} 573440 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 2.260992e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 1.007616e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 6.004736e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 1.5286272e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwp_idea",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_collection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 2.318336e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_events",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 204800 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 352256 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 6.324224e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 2.9057024e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 1.7088512e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 6.3234048e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 73728 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 5.02112256e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_rules",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 565248 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 1.10592e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 2.29376e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_till",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 147456 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 1.28524288e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 4.3106304e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 2.113536e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 65536 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 1.380352e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 4.3196416e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 1.5015936e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cws_ticket",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cww_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cww_taskline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ds_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ds_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ds_players",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ds_playlists",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ds_schedules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="email_source",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_account",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_account_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_budget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_calendar",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_coa",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_journal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_journalline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_ledger",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_period",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_period_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_periodline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_receipt",schemaname="public"} 1.52625152e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 4.14056448e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 2.33627648e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 2.47914496e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 8.7801856e+07 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="fin_transactions",schemaname="public"} 598016 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 131072 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="hsncode",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_provider",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="line_tab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="list_contacts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_addon_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_batch",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_batch_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_bom_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_categories_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 6.9632e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_issue_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_material_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_movement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_movementline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 2.465792e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 417792 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 1.056768e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 1.409024e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 1.400832e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 417792 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product",schemaname="public"} 8.617984e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 1.2288e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_bom",schemaname="public"} 352256 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_category",schemaname="public"} 196608 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_images",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_receiptline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_replenishment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_shipment",schemaname="public"} 278528 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 1.294336e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_slowmover",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_stock",schemaname="public"} 5.77536e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_stock_count",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_storage_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_storagebin",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_tracker",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_trackertype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transaction",schemaname="public"} 2.06831616e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transferissue",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transferorder",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_tray",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_tray_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_unitcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_wa_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_warehouse",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_wastage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_wastageline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="multitabchecking",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="myonlytest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_companies",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 532480 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 524288 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="orders",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ox_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="ox_orderline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_agent",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_contract",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_contract_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_invoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_lc_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_order_lc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_orderline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_ordertax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_price_variance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_pricelist",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_productprice",schemaname="public"} 1.2288e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 1.540096e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_requisition",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_rfq",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_supplier",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_workorder",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="p_workrequest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_configuration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_design",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_sketch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="plm_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_application",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_bug",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_docs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_feature",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_module",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_project_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_project_user",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_resources",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_skill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_task_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_testcase",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_operation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_processic",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="pr_prun",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 212992 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_business_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_customer",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_customer_address",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_customer_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_dropship",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_industry_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_invoice",schemaname="public"} 376832 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 1.155072e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 1.048576e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_order",schemaname="public"} 2.67231232e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_order_meta",schemaname="public"} 4.03259392e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_orderline",schemaname="public"} 1.182769152e+09 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 1.74497792e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 3.7224448e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.3008896e+08 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_pricelist",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_productprice",schemaname="public"} 2.973696e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 1.654784e+06 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_quotation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_rfq",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_rfqline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_route_plan",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_salesrep",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_service_bill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_service_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_service_movement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_service_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_service_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_subscription",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_survey_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_target",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="s_technician",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="seg_criteria",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_categories_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_forms",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_menu",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_menu_title",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_pages",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_posts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="site_tags",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_device",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_location_users",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_reference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_tray",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="subline_tab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="test_table",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_aisle",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_control_area",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_exception_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_level",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_operations",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_rack",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_reservation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_task_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_tolerance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="ofc_live",relname="webinar_settings",schemaname="public"} 8192 # HELP pg_stat_user_tables_last_analyze Last time at which this table was manually analyzed # TYPE pg_stat_user_tables_last_analyze gauge pg_stat_user_tables_last_analyze{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_last_autoanalyze Last time at which this table was analyzed by the autovacuum daemon # TYPE pg_stat_user_tables_last_autoanalyze gauge pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="b2c_customer",schemaname="public"} 1.765993722e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 1.761074091e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="brand",schemaname="public"} 1.761074091e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 1.764779552e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_alert",schemaname="public"} 1.761074138e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 1.765251115e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 1.761074138e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 1.765617507e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_bunit",schemaname="public"} 1.766028887e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 1.761074138e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_import_template",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 1.76378329e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_menu",schemaname="public"} 1.761074141e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 1.763619664e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process",schemaname="public"} 1.761078316e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_access",schemaname="public"} 1.765251055e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 1.761074141e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_run",schemaname="public"} 1.766064593e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 1.764150923e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_region",schemaname="public"} 1.761896001e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_releases",schemaname="public"} 1.765250995e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_report",schemaname="public"} 1.761719516e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_report_access",schemaname="public"} 1.761718736e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 1.765465247e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_role",schemaname="public"} 1.761313508e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_sequence",schemaname="public"} 1.766077315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 1.766057753e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user",schemaname="public"} 1.76595171e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_access",schemaname="public"} 1.761074142e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 1.766080617e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 1.761074142e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 1.765812433e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_window",schemaname="public"} 1.761078136e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_window_access",schemaname="public"} 1.761079456e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_window_process",schemaname="public"} 1.765251055e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_order",schemaname="public"} 1.766051991e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 1.76604395e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 1.765972415e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 1.76604041e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 1.761074142e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 1.764227167e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 1.761074146e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 1.765303223e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 1.76517861e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1.76543968e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 1.765539968e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1.765027649e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 1.761074271e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 1.765971035e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 1.765456906e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 1.764478769e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 1.766079595e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 1.765184382e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 1.765999662e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 1.761074571e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 1.766078875e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1.765993361e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_till",schemaname="public"} 1.766078815e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 1.761074575e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 1.764922501e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 1.765627835e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 1.765038512e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 1.761074645e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 1.765562715e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.765300889e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 1.76434738e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 1.761074645e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 1.766030328e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 1.76107466e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 1.766076115e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_receipt",schemaname="public"} 1.764434547e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 1.764167377e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 1.764408739e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 1.76422009e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 1.764686589e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="fin_transactions",schemaname="public"} 1.766066813e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 1.761074795e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 1.765730712e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 1.76587561e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 1.76517723e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 1.765260058e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 1.766028647e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 1.766072454e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 1.764829856e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 1.765864868e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 1.765960232e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product",schemaname="public"} 1.764564824e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 1.761074802e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_bom",schemaname="public"} 1.761074802e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_category",schemaname="public"} 1.763103649e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_shipment",schemaname="public"} 1.761074802e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 1.761074803e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_stock",schemaname="public"} 1.761074804e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_storagebin",schemaname="public"} 1.761074804e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transaction",schemaname="public"} 1.761074924e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_warehouse",schemaname="public"} 1.761074805e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 1.761819701e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 1.763450737e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 1.765580478e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 1.765865708e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 1.766026187e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 1.76587411e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_productprice",schemaname="public"} 1.761074806e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 1.761074807e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 1.765378805e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 1.765465247e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 1.766085356e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 1.765465187e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_invoice",schemaname="public"} 1.761074807e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 1.761074808e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 1.761074808e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 1.761074808e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_order",schemaname="public"} 1.765120937e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_order_meta",schemaname="public"} 1.764768445e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_orderline",schemaname="public"} 1.763380093e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 1.765515121e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 1.76572075e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 1.76314038e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.765941388e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_productprice",schemaname="public"} 1.761075063e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 1.761075064e+09 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_last_autovacuum Last time at which this table was vacuumed by the autovacuum daemon # TYPE pg_stat_user_tables_last_autovacuum gauge pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="b2c_customer",schemaname="public"} 1.761214505e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 1.761074091e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="brand",schemaname="public"} 1.761074091e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 1.761074136e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_alert",schemaname="public"} 1.761074137e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 1.763496231e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 1.765348915e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_import_template",schemaname="public"} 1.765251115e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 1.76107414e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_process_run",schemaname="public"} 1.765625428e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 1.761074141e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_releases",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_role",schemaname="public"} 1.761313508e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_sequence",schemaname="public"} 1.76510689e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 1.763550144e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 1.765992641e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 1.761074142e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 1.764323552e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 1.765821315e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_order",schemaname="public"} 1.765879872e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 1.765778044e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 1.765526344e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 1.76594985e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 1.761074145e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 1.761074146e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 1.761074146e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1.761074146e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 1.761074148e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1.761074153e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 1.765456905e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 1.761074296e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 1.766076115e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 1.761075298e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 1.761074571e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 1.761074571e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1.761074574e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_till",schemaname="public"} 1.766074014e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 1.761074575e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 1.761074642e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 1.761074648e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 1.761074645e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 1.761074654e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.761074677e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 1.761074659e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 1.761074645e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 1.766027687e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_receipt",schemaname="public"} 1.761074752e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 1.761074733e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 1.761074782e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 1.761074793e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 1.761074839e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="fin_transactions",schemaname="public"} 1.76576614e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 1.761074795e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 1.761074798e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 1.76517723e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 1.765177229e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 1.766052051e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 1.761811899e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 1.764743414e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 1.764829856e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 1.7610748e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product",schemaname="public"} 1.764564824e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 1.761074802e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_bom",schemaname="public"} 1.761074802e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_category",schemaname="public"} 1.763103709e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_shipment",schemaname="public"} 1.761074802e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 1.761074802e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_stock",schemaname="public"} 1.761074804e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transaction",schemaname="public"} 1.761074909e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 1.765349376e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 1.765353638e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 1.765347714e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_productprice",schemaname="public"} 1.761074806e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 1.761074806e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 1.765465247e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 1.765465247e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 1.766085536e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 1.765465247e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_invoice",schemaname="public"} 1.761074807e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 1.761074807e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 1.761074808e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 1.761074808e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_order",schemaname="public"} 1.761074943e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_order_meta",schemaname="public"} 1.761075039e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_orderline",schemaname="public"} 1.761075205e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 1.761075159e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 1.761075253e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.766053018e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_productprice",schemaname="public"} 1.761075063e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 1.761075064e+09 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_last_vacuum Last time at which this table was manually vacuumed (not counting VACUUM FULL) # TYPE pg_stat_user_tables_last_vacuum gauge pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_dead_tup Estimated number of dead rows # TYPE pg_stat_user_tables_n_dead_tup gauge pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="b2c_customer",schemaname="public"} 25693 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="brand",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_app_access",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 32 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 27 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_bunit",schemaname="public"} 56 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_city",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_client",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_import_template",schemaname="public"} 57 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 24 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process_access",schemaname="public"} 18 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process_log",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process_run",schemaname="public"} 757 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 26 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_region",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_report",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_report_access",schemaname="public"} 21 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_role",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_role_application",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_sequence",schemaname="public"} 17 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user",schemaname="public"} 91 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_access",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 2305 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 45 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 35 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_window",schemaname="public"} 27 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_window_access",schemaname="public"} 70 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_window_process",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 61 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_order",schemaname="public"} 1277 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 18 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 5319 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 1000 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 110 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 56 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 14 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 5352 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 132 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 13 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 2244 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 14 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 99 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 1920 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 3699 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_till",schemaname="public"} 60 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 14 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 526 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 25276 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 24 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 14024 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 503 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 66 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="email_source",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 53 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_receipt",schemaname="public"} 6668 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 20 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 16296 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 68 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="fin_transactions",schemaname="public"} 367 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 1155 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 82 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 589 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 187 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 38 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 32 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 511 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 926 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 468 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product",schemaname="public"} 109 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 9 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_stock",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transaction",schemaname="public"} 1003 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 19 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 33 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 404 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_productprice",schemaname="public"} 461 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 14 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 144 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 14 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_order",schemaname="public"} 91690 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_orderline",schemaname="public"} 89213 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 139026 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_ordertax",schemaname="public"} 5791 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_productprice",schemaname="public"} 836 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_route_plan",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_live_tup Estimated number of live rows # TYPE pg_stat_user_tables_n_live_tup gauge pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="api_key",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="b2c_customer",schemaname="public"} 143540 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 11434 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="brand",schemaname="public"} 1069 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 1.087662e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_alert",schemaname="public"} 49382 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 232 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_app_access",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 17 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 458 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 190 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 20 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_bunit",schemaname="public"} 93 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 92 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_city",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_client",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_country",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_currency",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_doctype",schemaname="public"} 22 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 17 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_file",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_import_template",schemaname="public"} 59 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 15 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 67909 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_integrations",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_menu",schemaname="public"} 95 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 93 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 300 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_module",schemaname="public"} 37 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 65 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process",schemaname="public"} 338 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_access",schemaname="public"} 480 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_log",schemaname="public"} 13 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 171 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_run",schemaname="public"} 11655 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 333 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_window",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 601 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 33402 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_region",schemaname="public"} 54 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_releases",schemaname="public"} 145 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 332 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_report",schemaname="public"} 396 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_report_access",schemaname="public"} 442 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 377 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_role",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_role_application",schemaname="public"} 33 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_sequence",schemaname="public"} 22 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 29463 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 1351 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_tax",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_uom",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user",schemaname="public"} 520 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_access",schemaname="public"} 271 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 39690 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 2553 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 15 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_window",schemaname="public"} 864 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_window_access",schemaname="public"} 966 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_window_process",schemaname="public"} 448 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 771 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_order",schemaname="public"} 6639 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 27461 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 12700 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 73587 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 67 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 157361 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 219 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 23087 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_events",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 2689 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 3569 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 25 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 21 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 109096 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 15 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 15 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 342979 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 328 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 40695 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 1.120924e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 433 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 8.847242e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_rules",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 160 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 9299 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 11240 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 23749 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_till",schemaname="public"} 84 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 2272 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 2.277705e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 436679 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 23588 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 634 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 137943 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 764434 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 159794 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 1267 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 804 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="email_source",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 326 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 329 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_receipt",schemaname="public"} 1.129061e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 1.131053e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 1.160091e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 1.161935e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 1.556298e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="fin_transactions",schemaname="public"} 6975 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 3169 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 83364 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 612 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 23141 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 20 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 3937 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 3953 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 52 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 6448 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 12940 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 3958 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product",schemaname="public"} 20503 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 20497 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_bom",schemaname="public"} 2006 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_category",schemaname="public"} 585 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_shipment",schemaname="public"} 1667 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 7218 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_stock",schemaname="public"} 37065 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_storagebin",schemaname="public"} 64 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transaction",schemaname="public"} 2.040207e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_warehouse",schemaname="public"} 64 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 20 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 85 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 17 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 6639 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 6639 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_productprice",schemaname="public"} 20503 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 26323 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_customer",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_customer_address",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_customer_category",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_invoice",schemaname="public"} 1667 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 7218 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 7218 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 1667 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_order",schemaname="public"} 1.159515e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_order_meta",schemaname="public"} 3.226433e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_orderline",schemaname="public"} 6.575337e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 154 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 3.06191e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 6.583927e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.098772e+06 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_pricelist",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_productprice",schemaname="public"} 27432 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 28763 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_route_plan",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_mod_since_analyze Estimated number of rows changed since last analyze # TYPE pg_stat_user_tables_n_mod_since_analyze gauge pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="api_key",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="b2c_customer",schemaname="public"} 3788 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 905 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="brand",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 36267 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_alert",schemaname="public"} 249 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_app_access",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 58 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 39 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_bunit",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_city",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_client",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_country",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_currency",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_doctype",schemaname="public"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_file",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 33 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 1268 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_integrations",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_menu",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_module",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_access",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_log",schemaname="public"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 39 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_run",schemaname="public"} 697 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_window",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 1635 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_region",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_releases",schemaname="public"} 28 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_report",schemaname="public"} 64 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_report_access",schemaname="public"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_role",schemaname="public"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_role_application",schemaname="public"} 44 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_sequence",schemaname="public"} 46 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_tax",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_uom",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_access",schemaname="public"} 28 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 884 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 98 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_window",schemaname="public"} 67 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_window_access",schemaname="public"} 113 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_window_process",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 90 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_order",schemaname="public"} 599 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 621 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 460 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 3732 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 7726 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 789 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_events",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 266 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 156 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 28 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 5502 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 6852 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 2318 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 47655 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 45 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 136022 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_rules",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 209 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1131 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_till",schemaname="public"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 46 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 60386 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 25157 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 572 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 91 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 7131 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 13222 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 7925 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="email_source",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 59 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_receipt",schemaname="public"} 51825 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 54022 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 100680 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 53421 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 48618 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="fin_transactions",schemaname="public"} 566 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 198 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 1286 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 254 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 290 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 136 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 533 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 1242 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 158 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product",schemaname="public"} 225 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 175 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_stock",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transaction",schemaname="public"} 1003 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 46 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 35 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 391 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 551 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_productprice",schemaname="public"} 860 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 689 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 58 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_customer",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_customer_address",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_customer_category",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_order",schemaname="public"} 85523 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_order_meta",schemaname="public"} 99970 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_orderline",schemaname="public"} 472105 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 38 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 16347 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 600338 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_ordertax",schemaname="public"} 52166 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_pricelist",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_productprice",schemaname="public"} 1617 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 1268 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_route_plan",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_tup_del Number of rows deleted # TYPE pg_stat_user_tables_n_tup_del counter pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_city",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_process_access",schemaname="public"} 17 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_region",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_role_application",schemaname="public"} 5 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 3 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_access",schemaname="public"} 5 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 45 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 5 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_window",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_window_access",schemaname="public"} 8 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_window_process",schemaname="public"} 12 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_order",schemaname="public"} 43 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 100 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 22 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 674 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 19 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 21 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 154097 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 12 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 25 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 15 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 649 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 82 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 3770 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 983 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 6408 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 1819 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 3505 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product",schemaname="public"} 22 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 15 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_stock",schemaname="public"} 10 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transaction",schemaname="public"} 1003 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 392 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 22 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 33 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_productprice",schemaname="public"} 16 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 58 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_order",schemaname="public"} 668 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_orderline",schemaname="public"} 14 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 136493 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.155812e+06 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_productprice",schemaname="public"} 21 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 11 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_tup_hot_upd Number of rows HOT updated (i.e., with no separate index update required) # TYPE pg_stat_user_tables_n_tup_hot_upd counter pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="b2c_customer",schemaname="public"} 356011 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 3950 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_app_access",schemaname="public"} 19 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 212 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 274 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_bunit",schemaname="public"} 39 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_client",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_import_template",schemaname="public"} 1006 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 18 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 1773 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 1815 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 24 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_process",schemaname="public"} 12 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_process_run",schemaname="public"} 7023 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 5700 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 274 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 9073 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_region",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_releases",schemaname="public"} 167 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_report",schemaname="public"} 65 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_report_access",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 8526 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 116 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_role",schemaname="public"} 304 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_role_application",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_sequence",schemaname="public"} 151959 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 18641 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user",schemaname="public"} 307 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 26898 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 3216 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_window",schemaname="public"} 15 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_window_access",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 22799 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_order",schemaname="public"} 46072 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 54458 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 1632 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 1649 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 508 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 13 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 52019 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 753 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 504 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 2071 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 14 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 128143 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 22973 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 27866 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_till",schemaname="public"} 199589 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 9543 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 242968 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 18 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 44846 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 2093 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 3551 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="email_source",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 6951 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 147910 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 7 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="fin_transactions",schemaname="public"} 6459 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 16 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 30 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 7260 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 16570 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 6018 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product",schemaname="public"} 8170 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_category",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 85 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 125 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 51 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 5816 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 81 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_productprice",schemaname="public"} 237 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 58 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 1.336294e+06 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_order",schemaname="public"} 145549 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_orderline",schemaname="public"} 67888 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_ordertax",schemaname="public"} 11567 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_productprice",schemaname="public"} 567 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_route_plan",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_tup_ins Number of rows inserted # TYPE pg_stat_user_tables_n_tup_ins counter pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="api_key",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="b2c_customer",schemaname="public"} 147666 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 11434 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="brand",schemaname="public"} 1069 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 1.088866e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_alert",schemaname="public"} 49382 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 232 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_app_access",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 17 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 458 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 190 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 20 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_bunit",schemaname="public"} 93 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 92 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_city",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_client",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_country",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_currency",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_doctype",schemaname="public"} 22 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 17 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_file",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_import_template",schemaname="public"} 59 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 15 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 67909 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_integrations",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_menu",schemaname="public"} 95 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 93 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 300 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_module",schemaname="public"} 37 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 65 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process",schemaname="public"} 338 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_access",schemaname="public"} 498 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_log",schemaname="public"} 17 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 171 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_run",schemaname="public"} 11655 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 333 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_window",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 601 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 33403 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_region",schemaname="public"} 56 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_releases",schemaname="public"} 145 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 333 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_report",schemaname="public"} 396 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_report_access",schemaname="public"} 442 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 377 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_role",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_role_application",schemaname="public"} 38 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_sequence",schemaname="public"} 22 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 29463 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 1354 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_tax",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_uom",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user",schemaname="public"} 525 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_access",schemaname="public"} 276 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 39690 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 2598 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 20 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_window",schemaname="public"} 871 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_window_access",schemaname="public"} 974 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_window_process",schemaname="public"} 460 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 772 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_order",schemaname="public"} 6661 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 27566 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 12722 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 74261 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 67 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 157362 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 219 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 23087 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_events",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 2696 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 3588 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 25 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 21 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 109096 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 15 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 15 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 342980 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 328 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 40717 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 1.121676e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 154548 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 8.845708e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_rules",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 160 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 9299 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 11240 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 23749 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_till",schemaname="public"} 84 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 2272 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 2.277287e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 436701 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 23592 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 643 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 137943 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 764434 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 159794 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 1267 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 804 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="email_source",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 326 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 329 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_receipt",schemaname="public"} 1.129467e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 1.130973e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 1.159821e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 1.161188e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 1.555804e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="fin_transactions",schemaname="public"} 6975 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 3169 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 84013 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 694 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 26911 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 21 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 4920 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 10361 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 52 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 8267 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 16445 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 3958 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product",schemaname="public"} 20518 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 20506 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_bom",schemaname="public"} 2006 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_category",schemaname="public"} 585 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_shipment",schemaname="public"} 1667 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 7218 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_stock",schemaname="public"} 37075 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_storagebin",schemaname="public"} 64 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transaction",schemaname="public"} 2.040871e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_warehouse",schemaname="public"} 64 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 20 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 476 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 17 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 6661 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 6661 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_productprice",schemaname="public"} 20512 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 26327 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 58 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_customer",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_customer_address",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_customer_category",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_invoice",schemaname="public"} 1667 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 7218 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 7218 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 1667 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_order",schemaname="public"} 1.160585e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_order_meta",schemaname="public"} 3.227578e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_orderline",schemaname="public"} 6.579531e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 154 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 3.062137e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 6.715973e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_ordertax",schemaname="public"} 2.316329e+06 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_pricelist",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_productprice",schemaname="public"} 27447 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 28768 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_route_plan",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_n_tup_upd Number of rows updated # TYPE pg_stat_user_tables_n_tup_upd counter pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="b2c_customer",schemaname="public"} 648197 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="brand",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 5427 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_app_access",schemaname="public"} 20 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 259 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 379 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_bunit",schemaname="public"} 85 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_client",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_import_template",schemaname="public"} 1171 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 18 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 1969 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 5197 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 24 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_process",schemaname="public"} 17 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_process_run",schemaname="public"} 7491 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 8625 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 288 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 15614 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_region",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_releases",schemaname="public"} 304 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_report",schemaname="public"} 65 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_report_access",schemaname="public"} 21 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 10271 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 116 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_role",schemaname="public"} 312 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_role_application",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_sequence",schemaname="public"} 151989 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 35786 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user",schemaname="public"} 368 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 32254 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 3319 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_window",schemaname="public"} 26 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_window_access",schemaname="public"} 63 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 41524 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_order",schemaname="public"} 60330 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 154608 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 2522 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 1734 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 539 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 13 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 57224 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 881 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 8 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 508 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 126069 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 14 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 154394 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 7 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 24234 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 30357 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_till",schemaname="public"} 201739 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 14 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 10248 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 249150 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 24 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 54632 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 2594 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 4211 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="email_source",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 6978 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_receipt",schemaname="public"} 6978 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 152876 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 55 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="fin_transactions",schemaname="public"} 6974 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 16 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 30 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 7744 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 16607 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 6423 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product",schemaname="public"} 63988 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_category",schemaname="public"} 586 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 92 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 125 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 51 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 6954 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 99 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_productprice",schemaname="public"} 685 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 58 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 58 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 1.336511e+06 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 116 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_order",schemaname="public"} 351430 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_orderline",schemaname="public"} 146430 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_ordertax",schemaname="public"} 12071 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_productprice",schemaname="public"} 1341 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_route_plan",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_seq_scan Number of sequential scans initiated on this table # TYPE pg_stat_user_tables_seq_scan counter pg_stat_user_tables_seq_scan{datname="ofc_live",relname="api_key",schemaname="public"} 537261 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="b2c_customer",schemaname="public"} 868377 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 530462 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 3410 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 1.533628e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="brand",schemaname="public"} 107315 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="c_region",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 139422 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_template",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_airticket",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_breaks",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_candidates",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_category",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_job",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_deductions",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_delegation",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_department",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_dependants",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_division",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eos",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_exemption",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_formula",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_holiday",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_id_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_incentive",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_interviews",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job_application",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job_description",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job_role",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_kra",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_la_org",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_letter",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_management_level",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nationality",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_passport",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_payslab",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_period",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_position_control",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_provision",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_resignation",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_retropay",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_section",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_section_group",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_slab",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_slabline",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tds",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_team",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_tour",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_training_question",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_weekends",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_work_location",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="chr_year",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="commerce_cart",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_account",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_activity",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_contact",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_email_template",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_lead",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_sale",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_seglist",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_social_post",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_stream",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_task",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_webinar",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_alert",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 1.043144e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_announcement",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 124 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_app_access",schemaname="public"} 142 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 455 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 2725 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 235 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 13703 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 128 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_bunit",schemaname="public"} 3.163033e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 425307 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_city",schemaname="public"} 636833 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_client",schemaname="public"} 1.3530527e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 204 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_country",schemaname="public"} 1.739205e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 38001 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_currency",schemaname="public"} 3.844114e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 38003 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_datasource",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_division",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_doctype",schemaname="public"} 5.296478e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_favourites",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_file",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_import_template",schemaname="public"} 100 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 127576 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 120665 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_integrations",schemaname="public"} 13030 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_language",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 64230 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_menu",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 202 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_messages",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_module",schemaname="public"} 4736 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 282827 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 100 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 107 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 406 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_print_template",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process",schemaname="public"} 226 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_access",schemaname="public"} 353 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_log",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_run",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_window",schemaname="public"} 7273 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 7461 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 197891 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 222 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_region",schemaname="public"} 1.788714e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_releases",schemaname="public"} 6867 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 251 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_report",schemaname="public"} 117 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_report_access",schemaname="public"} 244 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 240 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 10282 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_role",schemaname="public"} 61270 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_role_application",schemaname="public"} 547 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_sequence",schemaname="public"} 344408 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 93 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 1845 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_task",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_tax",schemaname="public"} 7.758486e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 189830 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 7044 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_timezone",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_uom",schemaname="public"} 3.395011e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user",schemaname="public"} 271309 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_access",schemaname="public"} 92711 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 112 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 857063 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 241 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 1117 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_session",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_views",schemaname="public"} 19806 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 153140 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window",schemaname="public"} 120 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_access",schemaname="public"} 256 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_process",schemaname="public"} 18058 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 94 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_channel",schemaname="public"} 1.105587e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_company",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_order",schemaname="public"} 100433 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 6226 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 103 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 496255 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 183145 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 793 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 380779 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 26989 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwp_idea",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_collection",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_control",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 94 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 662549 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 301 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_events",schemaname="public"} 107765 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 553 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 12390 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 106 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 54001 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 27023 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 1096 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 592 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 25140 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 5671 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 593 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 275955 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 4014 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 64276 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 130116 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 89 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 44119 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 1310 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 497222 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 797160 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 153366 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 44102 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1.397458e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 58914 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 203221 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 221142 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 38002 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 67800 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 97 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 67235 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 4279 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 586454 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 169274 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 197285 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 11730 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 300427 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 105 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 6837 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_rules",schemaname="public"} 26989 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 3.593171e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 1166 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 222929 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 31326 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 148167 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 117 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till",schemaname="public"} 330969 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 38172 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 870064 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 224 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 656 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 11869 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 208298 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 66086 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 19243 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 4495 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 26598 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cws_ticket",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cww_task",schemaname="public"} 605 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cww_taskline",schemaname="public"} 113 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_channel",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_media",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_players",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_playlists",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_schedules",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="email_source",schemaname="public"} 3406 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset",schemaname="public"} 102 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_account",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_account_category",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 93 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_budget",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_coa",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 1033 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 414 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 151 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_journal",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_journalline",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ledger",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 104 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 1.542499e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_payment",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 7.8971e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 558 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period_control",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_periodline",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_receipt",schemaname="public"} 229 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 149 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="fin_transactions",schemaname="public"} 14105 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="hsncode",schemaname="public"} 191735 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_provider",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_task",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 383 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 2385 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 97 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 217 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 213 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="line_tab",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="list_contacts",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_addon",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_addon_group",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_attribute",schemaname="public"} 3.6055117e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 3.6054953e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch",schemaname="public"} 167690 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch_group",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_bom",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_bom_line",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_categories_products",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 284326 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_issue_type",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_material_request",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_movement",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_movementline",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 487455 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 1.592669e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 1.599077e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 1.599077e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 1.599077e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 1.599213e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 2255 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 71631 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 1.592688e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 1.599076e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 1.599794e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 682510 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product",schemaname="public"} 107840 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_addon",schemaname="public"} 3.6082593e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 3.6082614e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_bom",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_category",schemaname="public"} 183922 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 727 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_group",schemaname="public"} 56443 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_images",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 59707 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_meta",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receipt",schemaname="public"} 100 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receiptline",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 26933 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipment",schemaname="public"} 593 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_slowmover",schemaname="public"} 92 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_stock",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_stock_count",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 91 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_storage_group",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_storagebin",schemaname="public"} 428 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_tracker",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_trackertype",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transaction",schemaname="public"} 418 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 1082 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 1083 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferissue",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferorder",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_tray",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_tray_history",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_unitcost",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wa_product",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_warehouse",schemaname="public"} 3.784375e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wastage",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wastageline",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="multitabchecking",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="myonlytest",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 1294 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 631 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 5802 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_companies",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 625235 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 33628 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 22355 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 104 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 2375 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 558 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 194 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 7544 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 55566 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="orders",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ox_order",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="ox_orderline",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_agent",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_contract",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_contract_line",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_invoice",schemaname="public"} 109 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_lc_type",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_order",schemaname="public"} 618 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_order_lc",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_order_meta",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_orderline",schemaname="public"} 99 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_ordertax",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_price_variance",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_pricelist",schemaname="public"} 1772 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_productprice",schemaname="public"} 1202 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 135 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_requisition",schemaname="public"} 571 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 94 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_rfq",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder",schemaname="public"} 568 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="p_workrequest",schemaname="public"} 91 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_configuration",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_designer",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_project",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_sketch",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="plm_task",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_application",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_bug",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_docs",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_feature",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_module",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_project",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_project_team",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_project_user",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_resources",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_skill",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_task_group",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_testcase",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 243 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 240 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_activity",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 91 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_operation",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_order",schemaname="public"} 599 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_process",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_processic",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="pr_prun",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 169 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 211 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 1.336656e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 273071 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_business_type",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer",schemaname="public"} 3.948517e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_address",schemaname="public"} 8.052574e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_category",schemaname="public"} 4.6393368e+07 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 569 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_dropship",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_industry_type",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoice",schemaname="public"} 2389 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 89 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 559 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_order",schemaname="public"} 286457 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_order_meta",schemaname="public"} 257 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_orderline",schemaname="public"} 9003 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 138832 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 124649 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 1.993065e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 3.290333e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.579701e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 555 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 556 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 93 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pricelist",schemaname="public"} 3.921191e+06 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_productprice",schemaname="public"} 49555 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 147 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation",schemaname="public"} 581 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_rfq",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_rfqline",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_route_plan",schemaname="public"} 129 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_salesrep",schemaname="public"} 305306 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_bill",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_location",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_movement",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_request",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_service_type",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_subscription",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_survey_template",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_target",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="s_technician",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="seg_criteria",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_activity",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_categories",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_categories_list",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_forms",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_list",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_media",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_menu",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_menu_title",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_pages",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_posts",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_settings",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="site_tags",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_device",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_feedback",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_location_users",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_reference",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="subline_tab",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="test_table",schemaname="public"} 89 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_aisle",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_control_area",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_exception_action",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_level",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_operations",schemaname="public"} 565 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_rack",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_reservation",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_task",schemaname="public"} 572 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_task_type",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_tolerance",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="ofc_live",relname="webinar_settings",schemaname="public"} 64 # HELP pg_stat_user_tables_seq_tup_read Number of live rows fetched by sequential scans # TYPE pg_stat_user_tables_seq_tup_read counter pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="api_key",schemaname="public"} 537261 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="b2c_customer",schemaname="public"} 4.0959126906e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 5.829261356e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 186 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="brand",schemaname="public"} 9.5011979e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 6.7017468e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_alert",schemaname="public"} 3.150874e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 26052 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_app_access",schemaname="public"} 327 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 6954 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 235 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 26979 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 1.452737e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 2442 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_bunit",schemaname="public"} 2.56761382e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 3.9112256e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_city",schemaname="public"} 4.08997e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_client",schemaname="public"} 2.7038065e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 424 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 171 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_country",schemaname="public"} 4.95889e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 418011 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_currency",schemaname="public"} 3.5509451e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_doctype",schemaname="public"} 1.13177898e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 1088 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_file",schemaname="public"} 75 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_import_template",schemaname="public"} 5222 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 1.329608e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 4.764428e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 951270 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_integrations",schemaname="public"} 15321 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_menu",schemaname="public"} 7548 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 17046 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 14386 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_module",schemaname="public"} 149028 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 54 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 848481 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 1764 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 180 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 1872 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process",schemaname="public"} 71934 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_access",schemaname="public"} 161146 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_log",schemaname="public"} 701 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 10302 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_run",schemaname="public"} 333223 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 20373 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_window",schemaname="public"} 72590 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 74558 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 654 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 5.0304994e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 6.968915e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_region",schemaname="public"} 4.3603481e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_releases",schemaname="public"} 821462 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 56718 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_report",schemaname="public"} 40581 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_report_access",schemaname="public"} 103153 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 24510 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 480 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 325 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_role",schemaname="public"} 485097 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_role_application",schemaname="public"} 15794 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_sequence",schemaname="public"} 7.576976e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 2.223662e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 2.399941e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_tax",schemaname="public"} 8.396024e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 379660 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_uom",schemaname="public"} 2.9771301e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user",schemaname="public"} 9.0556475e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_access",schemaname="public"} 2.4230766e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 681071 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 2.163115427e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 754 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 80 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 459372 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_window",schemaname="public"} 94961 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_window_access",schemaname="public"} 242086 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_window_process",schemaname="public"} 7.7907e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 69454 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_order",schemaname="public"} 3.21865583e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 7.1014437e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 2.933793529e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 7.006060642e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 1.808263e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 9.219115e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 1.39003406e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 6.295748e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_events",schemaname="public"} 269528 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 25140 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 7.07780327e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1.275343e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 1.604059e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 553330 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 926499 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 1310 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 2.0188894762e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 1.0549939e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 661530 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1.4005065188e+11 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 2.8903283e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 364785 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 67800 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 1.68869987e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 2.05487250407e+11 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 796749 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 9.9616152e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 5.75922539e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 11730 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 2.2692e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_rules",schemaname="public"} 107956 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 1.0779125e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 4.231209e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 613734 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 3.29417606e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 2.90802417e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_till",schemaname="public"} 1.3805267e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 8.5944039e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 6.24081963472e+11 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 2.8399753e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 1.443398e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 7.112976e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 1.9441258515e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 4.6243615e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 3.315372833e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 2.4380881e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 3.343768e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="email_source",schemaname="public"} 3406 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 129301 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 49400 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 6.3947597e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_receipt",schemaname="public"} 1.97227238e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 1.41026377e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 7.1156496e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 7.5333729e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 1.1687402e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="fin_transactions",schemaname="public"} 4.8710059e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 167561 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 1958 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 16499 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 140 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 571 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 578 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 2.2567386829e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 9.35393898e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 3.5510254068e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 3.0874955e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 5.962601177e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 8.427007e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 3.615919e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 4.778064e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 402412 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 1.9808180521e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 1.95516408e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product",schemaname="public"} 1.029331188e+09 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 7.37614676277e+11 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_bom",schemaname="public"} 169958 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_category",schemaname="public"} 9.9949491e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_shipment",schemaname="public"} 986865 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 635184 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_stock",schemaname="public"} 2.928905e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_storagebin",schemaname="public"} 25995 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transaction",schemaname="public"} 4.12253936e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_warehouse",schemaname="public"} 2.34489017e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 11004 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 4813 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 1560 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 800 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 134 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 33827 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 516 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 4.0187849e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 306431 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 120022 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 780 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 16477 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 2.4400306e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 1.96239758e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_pricelist",schemaname="public"} 1772 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_productprice",schemaname="public"} 1.9402872e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 3.496332e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 169 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 82 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 171 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 630 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 2.673188e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 273033 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_customer",schemaname="public"} 7.5361e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_customer_address",schemaname="public"} 1.5686928e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_customer_category",schemaname="public"} 4.6393368e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_invoice",schemaname="public"} 3.620857e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 642402 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 483606 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 931853 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_order",schemaname="public"} 1.74642184745e+11 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_order_meta",schemaname="public"} 7.05660016e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_orderline",schemaname="public"} 2.2509419595e+10 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 4.255081e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 5.788599608206e+12 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 2.0071997031823e+13 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.699725924101e+12 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_pricelist",schemaname="public"} 1.0794333e+07 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_productprice",schemaname="public"} 8.93449657e+08 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 4.138819e+06 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_route_plan",schemaname="public"} 137 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_table_size_bytes Total disk space used by this table, in bytes # TYPE pg_stat_user_tables_table_size_bytes gauge pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="api_key",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="b2c_customer",schemaname="public"} 1.68771584e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 3.514368e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="brand",schemaname="public"} 278528 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="c_region",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 2.96824832e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cdr_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_breaks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_candidates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_course",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_delegation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_dependants",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_employee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_eos",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_exemption",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_formula",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_holiday",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_incentive",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_interviews",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_job",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_job_application",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_job_description",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_job_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_kra",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_letter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_period",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_position_control",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_provision",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_resignation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_retropay",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_section",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_section_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_slab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_slabline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_team",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_tour",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_training_question",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="commerce_cart",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_contact",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_email_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_lead",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_sale",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_social_post",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_webinar",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_alert",schemaname="public"} 1.3737984e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_announcement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 499712 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_app_access",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 122880 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 327680 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 442368 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_bunit",schemaname="public"} 253952 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_city",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_client",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_country",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_currency",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_datasource",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_doctype",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_favourites",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_file",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_import_template",schemaname="public"} 163840 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 1.33627904e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_integrations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_menu",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 499712 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_messages",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 974848 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_print_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process",schemaname="public"} 114688 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_access",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_log",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 98304 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_run",schemaname="public"} 4.3008e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 909312 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_window",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 122880 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 622592 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 7.323648e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_region",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_releases",schemaname="public"} 229376 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 188416 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_report",schemaname="public"} 262144 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_report_access",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 1.622016e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_role",schemaname="public"} 114688 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_role_application",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_sequence",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 1.667072e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 5.234688e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_tax",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_timezone",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_uom",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user",schemaname="public"} 294912 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_access",schemaname="public"} 106496 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 3.5045376e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 737280 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 237568 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_session",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_views",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_window",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_window_access",schemaname="public"} 327680 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_window_process",schemaname="public"} 122880 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 9.1774976e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_company",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_order",schemaname="public"} 5.619712e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 8.855552e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 1.6621568e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 3.231744e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 1.1456512e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwp_idea",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_collection",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 90112 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 7.6111872e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_events",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 1.089536e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1.343488e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 3.817472e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1.38878976e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 1.8014208e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 3.59993344e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 4.243456e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 8.197931008e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 98304 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_rules",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 2.8475392e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 5.20192e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1.2566528e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_till",schemaname="public"} 376832 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 1.007616e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 7.23451904e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 1.81911552e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 7.766016e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 622592 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 6.868992e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 2.16080384e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 4.7079424e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 442368 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 335872 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cws_ticket",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cww_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cww_taskline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ds_channel",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ds_media",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ds_players",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ds_schedules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="email_source",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_account_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_budget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_coa",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 163840 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_journal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_journalline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_ledger",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_period",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_period_control",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_receipt",schemaname="public"} 6.86931968e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 4.0337408e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 4.63470592e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 4.15342592e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 6.50223616e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="fin_transactions",schemaname="public"} 3.39968e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 417792 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="hsncode",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="line_tab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="list_contacts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_addon_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_attribute",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_batch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 2.8737536e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_material_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_movement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_movementline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 327680 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 8.085504e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 1.441792e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 1.294336e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 2.367488e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 4.767744e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 1.687552e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product",schemaname="public"} 2.0529152e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 4.988928e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_bom",schemaname="public"} 704512 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_category",schemaname="public"} 376832 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_images",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_receiptline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_replenishment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_shipment",schemaname="public"} 851968 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 3.252224e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_slowmover",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_stock",schemaname="public"} 1.3213696e+07 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_stock_count",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_storage_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_storagebin",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transaction",schemaname="public"} 1.051435008e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transferissue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transferorder",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_tray",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_tray_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_unitcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_wa_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_warehouse",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_wastage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_wastageline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 163840 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_companies",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 155648 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 3.022848e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 2.793472e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="orders",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ox_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="ox_orderline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_agent",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_contract",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_contract_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_invoice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_order_lc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_orderline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_ordertax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_price_variance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_pricelist",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_productprice",schemaname="public"} 5.971968e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 8.495104e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_requisition",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_rfq",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_supplier",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_workorder",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="p_workrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_design",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_project",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_sketch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="plm_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_application",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_bug",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_docs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_feature",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_project",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_project_user",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_resources",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_task_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_testcase",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_operation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_processic",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="pr_prun",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 32768 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_customer",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_customer_address",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_customer_category",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_dropship",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_invoice",schemaname="public"} 1.26976e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 4.3008e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 2.727936e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 589824 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_order",schemaname="public"} 1.146339328e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_order_meta",schemaname="public"} 9.89396992e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_orderline",schemaname="public"} 3.7289984e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 9.72201984e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 2.400641024e+09 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_ordertax",schemaname="public"} 4.3286528e+08 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_pricelist",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_productprice",schemaname="public"} 8.495104e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 9.428992e+06 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_quotation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_rfq",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_rfqline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_route_plan",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_salesrep",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_service_bill",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_service_movement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_service_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_target",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_categories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_forms",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_list",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_media",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_menu",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_pages",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_posts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="site_tags",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_reference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_tray",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="subline_tab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="test_table",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_aisle",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_control_area",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_level",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_operations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_rack",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_reservation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_tolerance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="ofc_live",relname="webinar_settings",schemaname="public"} 8192 # HELP pg_stat_user_tables_vacuum_count Number of times this table has been manually vacuumed (not counting VACUUM FULL) # TYPE pg_stat_user_tables_vacuum_count counter pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # HELP pg_static Version string as reported by postgres # TYPE pg_static untyped pg_static{server="51.112.172.70:8641",short_version="16.10.0",version="PostgreSQL 16.10 (Debian 16.10-1.pgdg13+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.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="ofc_live",relname="api_key",schemaname="public"} 531241 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="b2c_customer",schemaname="public"} 5.901453162e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 2.15252274e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 202 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="brand",schemaname="public"} 4.447999e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 1.740859e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_alert",schemaname="public"} 14994 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 379984 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_app_access",schemaname="public"} 818 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 3925 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 171 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 405 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 424791 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 46 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_bunit",schemaname="public"} 2.58082445e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 1.689551e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_city",schemaname="public"} 4.317816e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_client",schemaname="public"} 2.1027047e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 142 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 84 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_country",schemaname="public"} 807795 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 36283 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_currency",schemaname="public"} 4.592882e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_doctype",schemaname="public"} 5.753077e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_file",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_import_template",schemaname="public"} 6459 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 127145 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 214524 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 119075 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_integrations",schemaname="public"} 12032 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_menu",schemaname="public"} 74 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 16139 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 45924 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_module",schemaname="public"} 12826 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 278251 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 458 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 516 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 982 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process",schemaname="public"} 17464 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_access",schemaname="public"} 20100 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_log",schemaname="public"} 48 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 180 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_run",schemaname="public"} 108892 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 121313 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_window",schemaname="public"} 7221 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 7306 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 1222 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 5.06126e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 86248 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_region",schemaname="public"} 1.636953e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_releases",schemaname="public"} 127119 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 4788 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_report",schemaname="public"} 7726 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_report_access",schemaname="public"} 10961 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 68961 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 469 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_role",schemaname="public"} 489582 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_role_application",schemaname="public"} 675 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_sequence",schemaname="public"} 1.411514e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 95782 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 949013 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_tax",schemaname="public"} 1.1009438e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 187969 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_uom",schemaname="public"} 5.199614e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user",schemaname="public"} 3.8751872e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_access",schemaname="public"} 850461 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 453230 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 7.2637084e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 50708 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 150675 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_window",schemaname="public"} 93664 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_window_access",schemaname="public"} 251502 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_window_process",schemaname="public"} 189037 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 438427 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_order",schemaname="public"} 3.4977916e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 2.570624e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 1.61481085e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 3.84174479e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 123332 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 195959 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 1.1294279e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 269545 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_events",schemaname="public"} 105604 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 21166 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 3.2633195e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 450247 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 119438 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 141104 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 39098 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 705 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 8.00002168e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 2.259112e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 39074 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 6.724737905e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 1.443217e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 238178 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 193462 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 7.7274934e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 1.7249482875e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 166835 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 2.6049438e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 1.3521201e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 9516 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 633008 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_rules",schemaname="public"} 21883 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 3.872155e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 278143 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 2922 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 1.6556868e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1.72898857e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_till",schemaname="public"} 1.3732227e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 4.25417e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 2.2932655495e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 2.668957e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 30730 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 697977 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 1.058014915e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 533516 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 1.10015639e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 906920 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 175779 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="email_source",schemaname="public"} 3231 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 5281 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 68896 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 8.842746e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_receipt",schemaname="public"} 6.147416e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 1.538246e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 6.467287e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 4.262108e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 2.803127e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="fin_transactions",schemaname="public"} 3.00023e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 1518 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 1209 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 1993 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 75 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 641 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 651 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 9.24122179e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 5.7478653e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 1.423626607e+09 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 1.59644e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 2.46218578e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 428753 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 553544 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 1.589904e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 286502 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 8.4999567e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 9.5455596e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product",schemaname="public"} 1.59598635e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 2.1709621513e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_bom",schemaname="public"} 1908 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_category",schemaname="public"} 1.1322668e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_shipment",schemaname="public"} 8386 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 11756 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_stock",schemaname="public"} 1.77595499e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_storagebin",schemaname="public"} 1.80386167e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transaction",schemaname="public"} 1.0536158e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_warehouse",schemaname="public"} 1.1334769e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 2521 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 1048 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 4521 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 383 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 6.555608e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 32850 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 33761 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 117 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 3601 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 1.300471e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 9.915102e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_pricelist",schemaname="public"} 2460 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_productprice",schemaname="public"} 618257 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 85058 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 236 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 386 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 58 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 263 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 5.740765e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 268038 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_customer",schemaname="public"} 4.413311e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_customer_address",schemaname="public"} 8.619975e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_customer_category",schemaname="public"} 4.6391166e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_invoice",schemaname="public"} 202889 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 15626 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 3251 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 4425 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_order",schemaname="public"} 2.1791431403e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_order_meta",schemaname="public"} 1.7558318e+07 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_orderline",schemaname="public"} 5.7915374e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 233041 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 2.20966007072e+11 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 5.68458179837e+11 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_ordertax",schemaname="public"} 7.2111635681e+10 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_pricelist",schemaname="public"} 4.238459e+06 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_productprice",schemaname="public"} 1.1281353e+08 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 108305 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_route_plan",schemaname="public"} 73 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="ofc_live",relname="webinar_settings",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="ofc_live",relname="api_key",schemaname="public"} 6020 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="b2c_customer",schemaname="public"} 1.80166877e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 913275 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="brand",schemaname="public"} 70358 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 9.937875e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_alert",schemaname="public"} 104121 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 17149 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_app_access",schemaname="public"} 251 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 1538 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 122 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 2468 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 9175 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 120 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_bunit",schemaname="public"} 45440 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 11250 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_city",schemaname="public"} 454 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_client",schemaname="public"} 1582 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 82 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 93 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_country",schemaname="public"} 2571 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 1718 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_currency",schemaname="public"} 3683 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_doctype",schemaname="public"} 3983 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 60 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_file",schemaname="public"} 65 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_import_template",schemaname="public"} 1184 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 657 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 782563 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 2470 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_integrations",schemaname="public"} 2002 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_menu",schemaname="public"} 122 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 2414 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 4710 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_module",schemaname="public"} 148 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 51 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 4576 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 199 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 62 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 208 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process",schemaname="public"} 1669 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_access",schemaname="public"} 2353 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_log",schemaname="public"} 65 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 520 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_run",schemaname="public"} 22506 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 6738 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_window",schemaname="public"} 72 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 173 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 352 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 174288 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 140305 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_region",schemaname="public"} 4903 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_releases",schemaname="public"} 1527 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 1298 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_report",schemaname="public"} 1761 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_report_access",schemaname="public"} 2448 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 4312 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 121 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 60 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_role",schemaname="public"} 32819 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_role_application",schemaname="public"} 295 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_sequence",schemaname="public"} 11045 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 147826 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 170218 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_tax",schemaname="public"} 293 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 3259 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_uom",schemaname="public"} 2278 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user",schemaname="public"} 123559 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_access",schemaname="public"} 20689 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 209898 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 251266 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 751 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 69 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 2485 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_window",schemaname="public"} 3411 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_window_access",schemaname="public"} 10543 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_window_process",schemaname="public"} 13729 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 9779 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_order",schemaname="public"} 106743 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 436744 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 139565 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 1.035996e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 11461 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 870381 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 23822 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 83662 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_events",schemaname="public"} 2161 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 3975 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 506996 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 135804 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 10031 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 1907 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 5021 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 620 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 4.9557774e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 2931 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 5028 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 1.79405053e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 62566 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 2326 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 11781 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 8.168885e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 5.7597424e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 2608 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 432229 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 6.5440003e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 2214 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 3067 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_rules",schemaname="public"} 5106 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 2320 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 1453 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 20163 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 1.082573e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 3.342496e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_till",schemaname="public"} 87569 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 188457 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 1.203189131e+09 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 1.361167e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 57948 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 141271 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 5.8944623e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.672377e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 9.241801e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 36361 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 12194 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="email_source",schemaname="public"} 181 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 1802 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 4006 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 1870 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_receipt",schemaname="public"} 1.2937949e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 6.046538e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 3.457495e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 3.349283e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 5.214657e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="fin_transactions",schemaname="public"} 105813 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 2607 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 161 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 524 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 62 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 147 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 169 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 2.1370006e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 89742 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 2.073939e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 2662 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 356011 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 142310 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 5943 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 2784 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 113441 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 1.252726e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 576363 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product",schemaname="public"} 7.662244e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 746535 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_bom",schemaname="public"} 5671 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_category",schemaname="public"} 66450 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_shipment",schemaname="public"} 50966 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 25090 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_stock",schemaname="public"} 1.397657e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_storagebin",schemaname="public"} 2564 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transaction",schemaname="public"} 1.6092934e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_warehouse",schemaname="public"} 10955 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 130 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 119 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 62 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 70 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 62 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 862 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 76 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 6235 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 532 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 401 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 55 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 342 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 127637 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 76755 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_pricelist",schemaname="public"} 163 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_productprice",schemaname="public"} 75618 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 66465 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 114 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 201 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 113 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 127 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 31478 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 5620 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_customer",schemaname="public"} 3601 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_customer_address",schemaname="public"} 3387 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_customer_category",schemaname="public"} 2202 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_invoice",schemaname="public"} 124095 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 33810 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 20665 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 33438 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_order",schemaname="public"} 8.94243924e+08 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_order_meta",schemaname="public"} 1.2553364e+07 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_orderline",schemaname="public"} 1.256269315e+09 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 2431 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 3.043557521e+09 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 3.28599364001e+11 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_ordertax",schemaname="public"} 6.509807124e+09 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_pricelist",schemaname="public"} 4230 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_productprice",schemaname="public"} 4.453603e+06 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 76004 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_route_plan",schemaname="public"} 72 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="ofc_live",relname="webinar_settings",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="ofc_live",relname="api_key",schemaname="public"} 146957 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="b2c_customer",schemaname="public"} 3.7597283e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 81271 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 2525 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 27832 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="brand",schemaname="public"} 3.79188e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 137322 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 292044 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_airticket",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_breaks",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_candidates",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_job",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_deductions",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_delegation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_department",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_dependants",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_division",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee",schemaname="public"} 182 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eos",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_exemption",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_formula",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_holiday",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_id_config",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_incentive",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_interviews",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job_application",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job_description",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job_role",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_kra",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_la_org",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_letter",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_management_level",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nationality",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_passport",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_payslab",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_period",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_position_control",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_provision",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_resignation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_retropay",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_section",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_section_group",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_slab",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_slabline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tds",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_team",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_tour",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_training_question",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_weekends",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_work_location",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="chr_year",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="commerce_cart",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_account",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_activity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 1010 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_contact",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_email_template",schemaname="public"} 250 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_lead",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_sale",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_seglist",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_social_post",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_stream",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_task",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_webinar",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_alert",schemaname="public"} 282 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 519053 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_announcement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 763762 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_app_access",schemaname="public"} 1251 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 1784 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 4080 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 2419 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_bunit",schemaname="public"} 2.08643743e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 32259 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_city",schemaname="public"} 3.712187e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_client",schemaname="public"} 270978 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 226 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 161 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_country",schemaname="public"} 136169 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 4323 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_currency",schemaname="public"} 141895 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 29785 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_datasource",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_division",schemaname="public"} 909 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_doctype",schemaname="public"} 220793 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_favourites",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_import_template",schemaname="public"} 1434 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 28497 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 68923 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 38473 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_integrations",schemaname="public"} 10687 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_language",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 227 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_menu",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 6413 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_messages",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 24064 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 2283 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_module",schemaname="public"} 7344 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 27839 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 103 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 792 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 176 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 68 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 440 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 1676 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_print_template",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process",schemaname="public"} 21514 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_access",schemaname="public"} 35330 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_run",schemaname="public"} 115022 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 161337 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_window",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 230 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 314 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 305993 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 8032 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_region",schemaname="public"} 98835 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_releases",schemaname="public"} 1397 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 534 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_report",schemaname="public"} 23387 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_report_access",schemaname="public"} 20092 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 58354 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 23759 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_role",schemaname="public"} 194163 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_role_application",schemaname="public"} 136 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_sequence",schemaname="public"} 111036 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 20752 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 166083 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_task",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_tax",schemaname="public"} 220331 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 39936 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 6117 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_timezone",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_uom",schemaname="public"} 210028 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user",schemaname="public"} 5.652697e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_access",schemaname="public"} 55940 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 182315 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 24973 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 666 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 5089 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 592 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_session",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_views",schemaname="public"} 17672 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 107007 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window",schemaname="public"} 178781 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_access",schemaname="public"} 213309 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_process",schemaname="public"} 3985 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 492858 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_channel",schemaname="public"} 36618 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_company",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_order",schemaname="public"} 643568 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 69378 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 40752 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 430556 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 179 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 375009 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 89149 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 41388 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 375120 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwp_idea",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_collection",schemaname="public"} 1440 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_control",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 696 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 1.2476042e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 15201 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 806435 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_events",schemaname="public"} 19207 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 45450 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 45453 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 45666 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 9707 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 382 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 36750 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 21863 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 9629 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 597 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 31143 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 45473 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 398 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 105444 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1118 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 53864 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 16196 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 19362 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 19401 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 307780 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 1.525291e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 55569 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 19376 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 2232 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 193753 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 36482 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 29056 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 117155 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 70221 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 46905 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 49803 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 2.739544e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 1773 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 361763 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 49933 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 1.430818e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 2.497262e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 4563 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 69010 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 28788 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 28894 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 12960 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_rules",schemaname="public"} 19197 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 340007 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 691 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 4049 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 339630 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 1.83075e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till",schemaname="public"} 7.954281e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 3905 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 750760 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 3.41012e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 76 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 4076 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 338 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 5466 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 304083 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 399256 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 358070 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 813 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 10896 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 28378 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cws_ticket",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 2272 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cww_task",schemaname="public"} 88 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cww_taskline",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_channel",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_media",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_players",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_playlists",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_schedules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="email_source",schemaname="public"} 192 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_account",schemaname="public"} 6712 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_account_category",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_budget",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_calendar",schemaname="public"} 916 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_coa",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 563 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 72345 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_journal",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_journalline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ledger",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 55589 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 1441 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 1444 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_payment",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 559603 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 68 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period_control",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_periodline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_receipt",schemaname="public"} 2.868562e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 2.349019e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 7.667671e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 6.193445e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 363477 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="fin_transactions",schemaname="public"} 30544 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 2390 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="hsncode",schemaname="public"} 76143 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_provider",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_task",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 3234 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 2256 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 591 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 2778 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="line_tab",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="list_contacts",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_addon",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_addon_group",schemaname="public"} 36201 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_attribute",schemaname="public"} 36381 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 36215 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch",schemaname="public"} 7.2893796e+07 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch_group",schemaname="public"} 1439 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_bom",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_bom_line",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_categories_products",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 342 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 47356 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 37886 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 36201 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_issue_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_material_request",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_movement",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_movementline",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 486879 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 22279 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 22267 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 38604 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 22174 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 23945 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 310660 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 3.397667e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 225507 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 23407 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 19394 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 3.272599e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 99340 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 31625 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 3.371858e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 4.076583e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product",schemaname="public"} 2.20103844e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_addon",schemaname="public"} 36244 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 22586 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_bom",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_category",schemaname="public"} 9.529402e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 674 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_group",schemaname="public"} 37884 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_images",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 37864 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_meta",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receipt",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receiptline",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 63809 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipment",schemaname="public"} 184 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 684 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_slowmover",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_stock",schemaname="public"} 1.09738153e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_stock_count",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_storage_group",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_storagebin",schemaname="public"} 1.80436439e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_tracker",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_trackertype",schemaname="public"} 1428 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transaction",schemaname="public"} 10914 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferissue",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferorder",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_tray",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_tray_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_unitcost",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wa_product",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_warehouse",schemaname="public"} 130479 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wastage",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wastageline",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="multitabchecking",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="myonlytest",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 121 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 2274 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_companies",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 299 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 7.696762e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 17548 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 29525 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 49 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 4078 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 81 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 19990 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 44769 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="orders",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ox_order",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="ox_orderline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_agent",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_contract",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_contract_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_invoice",schemaname="public"} 89 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_lc_type",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_order",schemaname="public"} 237 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_order_lc",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_orderline",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_ordertax",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_price_variance",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_pricelist",schemaname="public"} 124 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 788 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_productprice",schemaname="public"} 3004 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 1351 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_requisition",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_rfq",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier",schemaname="public"} 8332 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder",schemaname="public"} 77 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="p_workrequest",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_configuration",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_designer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_project",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_sketch",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="plm_task",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_application",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_bug",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_docs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_feature",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_module",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_project",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_project_team",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_project_user",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_resources",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_skill",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_task_group",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_testcase",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 155 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 146 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_operation",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_order",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_process",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_processic",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="pr_prun",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 1204 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 419592 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_business_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer",schemaname="public"} 334006 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_address",schemaname="public"} 119901 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_category",schemaname="public"} 88094 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 67 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_dropship",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_industry_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_invoice",schemaname="public"} 495430 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 396 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_order",schemaname="public"} 5.105395625e+09 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_order_meta",schemaname="public"} 6.979973922e+09 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_orderline",schemaname="public"} 5.88994663e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 24569 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 8212 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 820561 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 2.668797e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_ordertax",schemaname="public"} 2.402677e+06 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 65 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 71 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pricelist",schemaname="public"} 363549 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 2114 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_productprice",schemaname="public"} 1.47972198e+08 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 2694 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_quotation",schemaname="public"} 88 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_rfq",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_rfqline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_route_plan",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_salesrep",schemaname="public"} 383046 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_bill",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_location",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_movement",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_request",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_service_type",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_subscription",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_survey_template",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_target",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="s_technician",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="seg_criteria",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_activity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_categories",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_categories_list",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_forms",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_list",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_media",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_menu",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_menu_title",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_pages",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_posts",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="site_tags",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_device",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_feedback",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_location_users",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_reference",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="subline_tab",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="test_table",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_aisle",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_control_area",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_exception_action",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_level",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_operations",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_rack",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_reservation",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_task",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_task_type",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_tolerance",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="ofc_live",relname="webinar_settings",schemaname="public"} 4 # 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="ofc_live",relname="api_key",schemaname="public"} 3259 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="b2c_customer",schemaname="public"} 670470 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 4485 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 670 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 250 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="brand",schemaname="public"} 21672 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 2048 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 218325 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_template",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_airticket",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_breaks",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_candidates",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_job",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_deductions",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_delegation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_department",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_dependants",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_division",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eos",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_exemption",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_formula",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_holiday",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_id_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_incentive",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_interviews",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job_application",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job_description",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job_role",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_kra",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_la_org",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_letter",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_management_level",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nationality",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_passport",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_payslab",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_period",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_position_control",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_provision",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_resignation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_retropay",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_section",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_section_group",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_slab",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_slabline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tds",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_team",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_tour",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_training_question",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_weekends",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_work_location",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="chr_year",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="commerce_cart",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_account",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 271 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_contact",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_email_template",schemaname="public"} 87 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_lead",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_sale",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_seglist",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_social_post",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_stream",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_task",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_webinar",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_alert",schemaname="public"} 623 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 3489 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_announcement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 18115 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_app_access",schemaname="public"} 551 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 577 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 1434 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 179 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 479 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 68 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_bunit",schemaname="public"} 10816 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 3469 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_city",schemaname="public"} 1291 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_client",schemaname="public"} 4749 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 145 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 131 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_country",schemaname="public"} 7045 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 2014 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_currency",schemaname="public"} 4184 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 1669 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_datasource",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_division",schemaname="public"} 158 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_doctype",schemaname="public"} 5059 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_favourites",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_file",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_import_template",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 931 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 20931 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 2891 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_integrations",schemaname="public"} 2181 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_language",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 363 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_menu",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 601 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_messages",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 175 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 234 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_module",schemaname="public"} 115 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 3265 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 547 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_print_template",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process",schemaname="public"} 2965 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_access",schemaname="public"} 3802 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_log",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_run",schemaname="public"} 14168 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 4302 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_window",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 360 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 6215 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 9718 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_region",schemaname="public"} 3160 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_releases",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 97 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_report",schemaname="public"} 978 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_report_access",schemaname="public"} 2272 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 4193 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 2657 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_role",schemaname="public"} 10580 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_role_application",schemaname="public"} 155 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_sequence",schemaname="public"} 4120 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 10615 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 3387 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_task",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_tax",schemaname="public"} 4933 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 4789 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 874 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_timezone",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_uom",schemaname="public"} 5538 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user",schemaname="public"} 37193 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_access",schemaname="public"} 4493 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 30494 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 2359 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 308 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 473 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_session",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_views",schemaname="public"} 2082 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 2024 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window",schemaname="public"} 4342 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_access",schemaname="public"} 10196 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_process",schemaname="public"} 1142 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 10060 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_channel",schemaname="public"} 1001 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_company",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_order",schemaname="public"} 14730 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 20197 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 10627 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 81588 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 5718 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 13375 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 40908 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 5615 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwp_idea",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_collection",schemaname="public"} 217 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_control",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 424 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 10697 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 6694 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 12229 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_events",schemaname="public"} 5151 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 4273 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 4261 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 4251 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 285 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 2564 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 134 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 5026 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 5112 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 2269 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 448 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 308 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 4755 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 4241 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 308 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 4763 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 1701 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 4074 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 3273 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 5191 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 5168 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 58205 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 5672 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 1399 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 5179 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 632 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 67724 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 5034 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 1660 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 4325 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 12225 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 4596 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 10537 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 195042 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 219 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 250495 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 3653 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 30277 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 1.612222e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 2228 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 6555 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 1659 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 1646 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 580 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_rules",schemaname="public"} 5157 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 8667 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 420 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 2003 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 12539 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 64627 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till",schemaname="public"} 14171 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 2107 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 422945 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 97399 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 96 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 6963 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 229 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 2247 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 48767 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 123798 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 34661 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 795 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 4928 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 320 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cws_ticket",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 244 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cww_task",schemaname="public"} 313 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cww_taskline",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_channel",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_media",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_players",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_playlists",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_schedules",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="email_source",schemaname="public"} 122 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_account",schemaname="public"} 1138 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_account_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_budget",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_calendar",schemaname="public"} 156 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_coa",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 425 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 2730 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_journal",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_journalline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ledger",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 222 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 217 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 218 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_payment",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 10055 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 286 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period_control",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_periodline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_receipt",schemaname="public"} 659171 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 5.079204e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 634514 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 596013 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 312146 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="fin_transactions",schemaname="public"} 5133 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="hsncode",schemaname="public"} 10045 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_provider",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_task",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 1021 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 911 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 123 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 993 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="line_tab",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="list_contacts",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_addon",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_addon_group",schemaname="public"} 5067 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_attribute",schemaname="public"} 5058 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 5057 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch",schemaname="public"} 11122 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch_group",schemaname="public"} 219 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_bom",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_bom_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_categories_products",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 19984 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 5020 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 5063 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_issue_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_material_request",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_movement",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_movementline",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 518 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 5214 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 4712 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 7306 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 4531 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 5883 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 45271 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 4355 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 6798 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 2261 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 4528 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 58381 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 2639 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 8117 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 4554 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 47829 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product",schemaname="public"} 593944 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_addon",schemaname="public"} 5074 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 5778 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_bom",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_category",schemaname="public"} 16924 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_group",schemaname="public"} 5026 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_images",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 5041 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_meta",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receipt",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receiptline",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 14893 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipment",schemaname="public"} 415 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 581 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_slowmover",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_stock",schemaname="public"} 402322 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_stock_count",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_storage_group",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_storagebin",schemaname="public"} 4497 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_tracker",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_trackertype",schemaname="public"} 224 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transaction",schemaname="public"} 54565 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferissue",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferorder",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_tray",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_tray_history",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_unitcost",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wa_product",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_warehouse",schemaname="public"} 3479 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wastage",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wastageline",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="multitabchecking",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="myonlytest",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 82 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 1174 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_companies",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 3193 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 874 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 1027 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 1020 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 292 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 7745 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 6723 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="orders",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ox_order",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="ox_orderline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_agent",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_contract",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_contract_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_invoice",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_lc_type",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_order",schemaname="public"} 328 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_order_lc",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_order_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_orderline",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_ordertax",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_price_variance",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_pricelist",schemaname="public"} 224 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 115 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_productprice",schemaname="public"} 1122 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 789 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_requisition",schemaname="public"} 296 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_rfq",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier",schemaname="public"} 642 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder",schemaname="public"} 294 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="p_workrequest",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_configuration",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_designer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_project",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_sketch",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="plm_task",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_application",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_bug",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_docs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_feature",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_module",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_project",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_project_team",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_project_user",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_resources",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_skill",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_task_group",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_testcase",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_operation",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_order",schemaname="public"} 299 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_process",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_processic",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="pr_prun",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 60 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 950 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 180 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 50996 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_business_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer",schemaname="public"} 11744 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_address",schemaname="public"} 3432 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_category",schemaname="public"} 3382 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 296 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_dropship",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_industry_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoice",schemaname="public"} 13896 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 630 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 115 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_order",schemaname="public"} 1.0884334e+07 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_order_meta",schemaname="public"} 1.72182327e+08 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_orderline",schemaname="public"} 1.4399198e+07 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 2619 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 2412 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 517699 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 1.66559e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_ordertax",schemaname="public"} 1.845489e+06 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 283 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 284 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pricelist",schemaname="public"} 10456 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 283 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_productprice",schemaname="public"} 304329 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 1215 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_quotation",schemaname="public"} 297 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_rfq",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_rfqline",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_route_plan",schemaname="public"} 47 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_salesrep",schemaname="public"} 5614 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_bill",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_location",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_movement",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_request",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_service_type",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_subscription",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_survey_template",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_target",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="s_technician",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="seg_criteria",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_categories",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_categories_list",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_forms",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_list",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_media",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_menu",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_menu_title",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_pages",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_posts",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_settings",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="site_tags",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_device",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_feedback",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_location_users",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_reference",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="subline_tab",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="test_table",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_aisle",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_control_area",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_exception_action",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_level",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_operations",schemaname="public"} 289 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_rack",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_reservation",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_task",schemaname="public"} 289 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_task_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_tolerance",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="ofc_live",relname="webinar_settings",schemaname="public"} 9 # 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="ofc_live",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 6.9600414e+07 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 327720 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 5 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 1555 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_bunit",schemaname="public"} 44857 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 1.623303e+06 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 8673 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 177 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 2260 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 113 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 72 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_report",schemaname="public"} 1032 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 120552 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 2296 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 17624 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 1497 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 1.839636e+06 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 384435 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 2.357874e+06 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 1.32488697e+08 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 185835 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 1.504587e+06 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 55 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 557 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 1.000884e+06 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 727 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="ofc_live",relname="webinar_settings",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="ofc_live",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 150215 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 7516 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 7 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 176 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_bunit",schemaname="public"} 2918 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 6644 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 330 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 129 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 159 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 133 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 129 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_report",schemaname="public"} 105 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 3472 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 167 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 362 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 156 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 13270 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 3955 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 9533 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 259301 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 5722 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 16423 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 107 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 361 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 2708 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 172 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="ofc_live",relname="webinar_settings",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="ofc_live",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 1.8267433e+07 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 306863 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 3 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 1443 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_bunit",schemaname="public"} 70402 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 607617 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 18478 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 206 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 3201 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 138 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 82 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_report",schemaname="public"} 769 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 107388 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 1583 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 25966 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 1174 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 2.695548e+06 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 171052 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 861195 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 3.4474328e+07 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 143176 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 1.545833e+06 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 51 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 378 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 360037 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 697 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="ofc_live",relname="webinar_settings",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="ofc_live",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cdr_receipts",schemaname="public"} 9.847723e+06 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_api_builder_schema",schemaname="public"} 4311 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_app_schema",schemaname="public"} 3 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_batch_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_batch_process_queue",schemaname="public"} 128 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_bunit",schemaname="public"} 3260 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_integration_run_logs",schemaname="public"} 265253 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_menu_schema",schemaname="public"} 3239 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_metrics_schema",schemaname="public"} 116 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_process_parameter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_process_schema",schemaname="public"} 563 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_process_window_schema",schemaname="public"} 72 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_reference_schema",schemaname="public"} 82 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_report",schemaname="public"} 410 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_report_schema",schemaname="public"} 12285 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_sqlquery_log",schemaname="public"} 1042 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_table_schema",schemaname="public"} 3540 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user_activity_log",schemaname="public"} 545 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cs_window_schema",schemaname="public"} 325119 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_order_meta",schemaname="public"} 40027 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_cashup_sync",schemaname="public"} 379815 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_archive",schemaname="public"} 1.6253308e+07 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_config",schemaname="public"} 1914 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_errors",schemaname="public"} 314212 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_log",schemaname="public"} 53 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_printtemplate",schemaname="public"} 181 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_sevent",schemaname="public"} 160962 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_einvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ntn_report_designer",schemaname="public"} 394 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="ofc_live",relname="webinar_settings",schemaname="public"} 0 # 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_wal_segments Number of WAL segments # TYPE pg_wal_segments gauge pg_wal_segments 64 # HELP pg_wal_size_bytes Total size of WAL segments # TYPE pg_wal_size_bytes gauge pg_wal_size_bytes 1.073741824e+09 # 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="HEAD",goarch="arm64",goos="linux",goversion="go1.24.7",revision="320b684f3dcd3f09b6e694e43f9b389b1a8199e5",tags="unknown",version="0.18.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 36480.23 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # 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 4.5069879545e+10 # 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 2.5993018429e+10 # 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 5.0102272e+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.76108473028e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.614536704e+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"} 89012 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0